Skip to content

Commit

Permalink
Fix linux standalone build in build-release workflow [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Jan 19, 2025
1 parent 717f98c commit 94c6bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Archive Release
shell: pwsh
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

- name: Upload Release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 94c6bb7

Please sign in to comment.