Skip to content

Commit

Permalink
fix: fixed now go to the proper directory on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MidKnightXI committed Jul 21, 2024
1 parent fa2c8aa commit 43e99a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Archive the build artifacts for Linux
if: matrix.os == 'ubuntu-latest'
run: tar -czvf whichcam-macos.tar.gz -C ./ module.json -C ./bin/Release/net8.0/osx-arm64/publish whichcam
run: tar -czvf whichcam-macos.tar.gz -C ./ module.json -C ./bin/Release/net8.0/linux-x64/publish whichcam

- name: Archive the build artifacts for Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 43e99a2

Please sign in to comment.