Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey004 committed Dec 8, 2023
1 parent 89111c2 commit 5ad722f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: 'Debug Core DLL'
path: Quest2-VRC\bin\Debug\
path: Quest2-VRC.Core\bin\Debug\
retention-days: 5
- name: Upload Artifact (Release Core DLL)
uses: actions/upload-artifact@v3
with:
name: 'Release Core DLL'
path: Quest2-VRC\bin\Release\
path: Quest2-VRC.Core\bin\Release\
retention-days: 5

0 comments on commit 5ad722f

Please sign in to comment.