Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog authored Dec 29, 2023
1 parent 9fe2416 commit c655a38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- name: Compress release
run: |
7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UnrealVR/bin/Release/net6.0-windows/*.*
7z a ${{github.workspace}}/ActionsRelease.zip ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/*.*
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: UnrealVR
name: UEVR
path: ${{github.workspace}}/ActionsRelease.zip
if-no-files-found: error
if-no-files-found: error

0 comments on commit c655a38

Please sign in to comment.