Skip to content

Commit

Permalink
Try adding the version to the filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirStendec committed Oct 11, 2024
1 parent 9f3b564 commit 2c7bf04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ jobs:
if: success()
run: |
cd dist
zip -r ../frankerfacez-extension.zip *
zip -r ../frankerfacez-extension-$FFZ_VERSION.$FFZ_BUILD.zip *
cd ..
- name: Attest Output
if: success()
uses: actions/attest-build-provenance@v1
with:
subject-path: frankerfacez-extension.zip
subject-path: frankerfacez-extension-${{ env.FFZ_VERSION }}.${{ env.FFZ_BUILD }}.zip

- name: Upload Output
id: artifact-upload-step
if: success()
uses: actions/upload-artifact@v4
with:
name: extension
path: frankerfacez-extension.zip
path: frankerfacez-extension-${{ env.FFZ_VERSION }}.${{ env.FFZ_BUILD }}.zip

- name: Report Success
if: success()
Expand Down

0 comments on commit 2c7bf04

Please sign in to comment.