mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: add web/dist tarball (#1721)
* feat(release): add web-dist.tar.gz to releases * feat(release): pass the directory to tar command instead
This commit is contained in:
parent
490308c9c6
commit
e7f25cbe3b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -136,6 +136,9 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Create web-dist artifact
|
||||
run: tar czf dist/web-dist.tar.gz --directory=web/dist ./
|
||||
|
||||
- name: Upload assets
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue