Skip to content

Commit

Permalink
Possible fix for nested actions zip
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 4, 2024
1 parent 931dbae commit 4327ce4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:
dotnet-version: 6.0.x
- run: dotnet publish --configuration Release

- name: Compress release
run: |
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
with:
name: UEVR
path: ${{github.workspace}}/ActionsRelease.zip
path: ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/win-x64/publish/*.*
if-no-files-found: error

0 comments on commit 4327ce4

Please sign in to comment.