Skip to content

Commit

Permalink
Update workflow to always add version number to file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking committed Jul 8, 2022
1 parent 733fc55 commit 2061540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
run: |
npm run release
- name: Rename output file
run: mv ./deploy/${{ env.release_tag }}/${{ env.release_name }}.zip ./deploy/${{ env.release_tag }}/${{ env.release_name }}-${{ env.release_tag }}.zip

- name: "Add package to GitHub releases."
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a developmental repo. Clone this repo and run `npm install && npm run build`
OR
[Download latest release](https://github.com/kathyisawesome/wc-nyp-suggested-amounts/releases/latest/download/wc-nyp-suggested-amounts.zip)
[Download latest release](https://github.com/kathyisawesome/wc-nyp-suggested-amounts/releases/latest/)


### What's This?
Expand Down

0 comments on commit 2061540

Please sign in to comment.