mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(build): do not create flat tarball for web-dist (#1757)
This commit is contained in:
parent
a64fd779f8
commit
5fec9ac1b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
|
||||
- name: Create web-dist artifact
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: mkdir -p dist && tar czf dist/web-dist.tar.gz --directory=web/dist ./
|
||||
run: mkdir -p dist && tar czf dist/web-dist.tar.gz web/dist
|
||||
|
||||
- name: Upload web-dist to release assets
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue