Skip to content

Commit

Permalink
Update build-release-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jun 23, 2024
1 parent 99549f1 commit e3561e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
run: cp -r ./app/frontend/build/* ~/out/notify/static-files

- name: Archive files
run: tar -czf ~/out/notify/notify.tar.gz -C ~/out/notify .
run: tar -czf ~/out/notify.tar.gz -C ~/out/notify .

- name: Add artifact
uses: actions/upload-artifact@v2
with:
name: notify
path: ~/out/notify/notify.tar.gz
path: ~/out/notify.tar.gz


# - name: Upload release files
Expand Down

0 comments on commit e3561e7

Please sign in to comment.