diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 353b3c2..df78657 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/win-x64/publish/*.* + 7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/publish/*.* - name: Upload artifacts uses: actions/upload-artifact@v3