We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717f98c commit 94c6bb7Copy full SHA for 94c6bb7
.github/workflows/build-release.yml
@@ -108,7 +108,7 @@ jobs:
108
109
- name: Archive Release
110
shell: pwsh
111
- run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net8.0\\publish .\\Shoko.CLI_${{ matrix.build_type }}_${{ matrix.display_id }}.zip
+ run: Compress-Archive .\\Shoko.Server\\bin\\Release\\net8.0 .\\Shoko.CLI_${{ matrix.build_type }}_${{ matrix.display_id }}.zip
112
113
- name: Upload Release
114
uses: svenstaro/upload-release-action@v2
0 commit comments