Skip to content

Commit

Permalink
Use more informative name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Sep 28, 2020
1 parent 66242ca commit 5303648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Build project
run: zip templates.zip `find * -iname "*.txt"`
run: zip IDR_submission_templates.zip `find * -iname "*.txt"`
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -34,6 +34,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: templates.zip
asset_name: templates.zip
asset_content_type: application/zip
asset_path: IDR_submission_templates.zip
asset_name: IDR_submission_templates.zip
asset_content_type: application/zip

0 comments on commit 5303648

Please sign in to comment.