From 43e99a2b5dcd71f74832cbcdcf6181cb5318117e Mon Sep 17 00:00:00 2001 From: MidKnightXI Date: Sun, 21 Jul 2024 10:27:05 +0200 Subject: [PATCH] fix: fixed now go to the proper directory on linux --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index bba5dca..fa9c2e0 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/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'