Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzomafizzo authored Jan 2, 2025
1 parent 0a07574 commit 15b738d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:

- name: Package release tarball
if: startsWith(github.ref, 'refs/tags/')
run: tar czvf zaparoo-app.tar.gz -C ./dist .
run: tar czvf zaparoo-app_web.tar.gz -C ./dist .
- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: zaparoo-app.tar.gz
files: zaparoo-app_web.tar.gz
fail_on_unmatched_files: true
make_latest: false

permissions:
contents: write
contents: write

0 comments on commit 15b738d

Please sign in to comment.