diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 6a68b08..5b5be57 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -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/linux-x64/publish whichcam + run: tar -czvf whichcam-linux.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'