Skip to content

Commit

Permalink
CI: Possible fix for incorrect upload for frontend
Browse files Browse the repository at this point in the history
FIX
  • Loading branch information
praydog committed Jan 1, 2024
1 parent e55b967 commit 9373105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- run: dotnet build --configuration Release
- run: dotnet publish --configuration Release -r win-x64 --self-contained true

- name: Compress release
run: |
7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/*.*
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 9373105

Please sign in to comment.