Skip to content

Commit 94c6bb7

Browse files
Fix linux standalone build in build-release workflow [no ci]
1 parent 717f98c commit 94c6bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Archive Release
110110
shell: pwsh
111-
run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net8.0\\publish .\\Shoko.CLI_${{ matrix.build_type }}_${{ matrix.display_id }}.zip
111+
run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net8.0 .\\Shoko.CLI_${{ matrix.build_type }}_${{ matrix.display_id }}.zip
112112

113113
- name: Upload Release
114114
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)