Skip to content

Commit

Permalink
cicd: Rename asset that is uploaded (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Softrams authored Jul 27, 2022
1 parent b0235f3 commit f81a44f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
- uses: vimtor/action-zip@v1
with:
files: chrome/
dest: chrome-extension.zip
dest: former2-chrome-extension.zip
- uses: vimtor/action-zip@v1
with:
files: firefox/
dest: firefox-extension.zip
dest: former2-firefox-extension.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
chrome-extension.zip
firefox-extension.zip
former2-chrome-extension.zip
former2-firefox-extension.zip

0 comments on commit f81a44f

Please sign in to comment.