Skip to content

Commit

Permalink
Revert "CI: Possible fix for self-contained builds"
Browse files Browse the repository at this point in the history
This reverts commit d40626a.
  • Loading branch information
praydog committed Jan 2, 2024
1 parent 212e685 commit d63b3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d63b3c6

Please sign in to comment.