mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: upload web-dist to release assets on tag (#1731)
This commit is contained in:
parent
ec79eafe43
commit
1d68aec31e
1 changed files with 7 additions and 0 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -140,6 +140,13 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: mkdir -p dist && tar czf dist/web-dist.tar.gz --directory=web/dist ./
|
||||
|
||||
- name: Upload web-dist to release assets
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: |
|
||||
dist/web-dist.tar.gz
|
||||
|
||||
- name: Upload assets
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue