mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Updated workflows for avoid . directory.
This commit is contained in:
parent
50d6d39a88
commit
84f388dae6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
if: github.event_name == 'release'
|
||||
run: |
|
||||
cp README*.md frontend/dist
|
||||
tar -C ./frontend/dist -zcvf frontend-dist.tar.gz .
|
||||
find frontend/dist -printf '%P\n' | tar -C frontend/dist --no-recursion -zcvf frontend-dist.tar.gz -T -
|
||||
|
||||
- name: Publish
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
@ -128,7 +128,7 @@ jobs:
|
|||
if: github.event_name == 'release'
|
||||
run: |
|
||||
cp README*.md ./dist
|
||||
tar -C ./dist -zcvf ${{ env.DIST }}.tar.gz .
|
||||
find dist -printf '%P\n' | tar -C dist --no-recursion -zcvf ${{ env.DIST }}.tar.gz -T -
|
||||
|
||||
- name: Publish
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue