Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski authored Jun 22, 2020
1 parent 60c3ef0 commit cf82828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit cf82828

Please sign in to comment.