Skip to content

Commit

Permalink
Update zip-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo authored Apr 28, 2022
1 parent 4b20be4 commit 04cb6f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/zip-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
path: 'epidoc-c'
- name: Get the file name
id: get_filename
env:
TAG_NAME: ${GITHUB_REF#refs/tags/}
run: |
echo ::set-output name=tag-name::$TAG_NAME
echo ::set-output name=zip-filename::epidoc-c-$TAG_NAME.zip
echo ::set-output name=tag-name::${{GITHUB_REF#refs/tags/}}
echo ::set-output name=zip-filename::epidoc-c-${{GITHUB_REF#refs/tags/}}.zip
- name: Archive Release
uses: thedoctor0/zip-release@master
id: create_zip
Expand Down

0 comments on commit 04cb6f8

Please sign in to comment.