From cf82828536c6801c916bbd007dd3a0f6fd0faf44 Mon Sep 17 00:00:00 2001 From: Cody Swendrowski Date: Sun, 21 Jun 2020 21:11:30 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31e421f..547d29b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 - name: Zip files run: | - zip -r 13thAgeExpanded * -x "img/*" ".github/*" "tsconfig.json" + zip -r npcchatter * -x "img/*" ".github/*" "tsconfig.json" - name: Create Release id: create_release uses: actions/create-release@v1 @@ -33,6 +33,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./13thAgeExpanded.zip - asset_name: 13thAgeExpanded.zip + asset_path: ./npcchatter.zip + asset_name: npcchatter.zip asset_content_type: application/zip