From d63b3c665223c6961b47a1bba6b0e1f2787db1db Mon Sep 17 00:00:00 2001 From: praydog Date: Mon, 1 Jan 2024 20:22:05 -0800 Subject: [PATCH] Revert "CI: Possible fix for self-contained builds" This reverts commit d40626a6056c69e46c40c1ec9811d7bcdb035669. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df78657..353b3c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Compress release run: | - 7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/publish/*.* + 7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/win-x64/publish/*.* - name: Upload artifacts uses: actions/upload-artifact@v3