Skip to content

Commit 29d33ab

Browse files
committed
chore: update action
1 parent 5f98579 commit 29d33ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-and-docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-o out/linux-x64 \
3333
/p:PublishReadyToRun=true
3434
cd out/linux-x64
35-
zip -j ../../FanX.Linux.x64.zip *
35+
zip -r ../../FanX.Linux.x64.zip .
3636
3737
- name: Publish Linux arm64 (framework-dependent, ReadyToRun)
3838
run: |
@@ -41,7 +41,7 @@ jobs:
4141
-o out/linux-arm64 \
4242
/p:PublishReadyToRun=true
4343
cd out/linux-arm64
44-
zip -j ../../FanX.Linux.arm64.zip *
44+
zip -r ../../FanX.Linux.arm64.zip .
4545
4646
- name: Publish Windows x64 (framework-dependent, ReadyToRun)
4747
run: |
@@ -50,7 +50,7 @@ jobs:
5050
-o out/win-x64 \
5151
/p:PublishReadyToRun=true
5252
cd out/win-x64
53-
zip -j ../../FanX.Windows.x64.zip *
53+
zip -r ../../FanX.Windows.x64.zip .
5454
5555
- name: Create GitHub Release
5656
id: create_release

0 commit comments

Comments
 (0)