Skip to content

Commit

Permalink
fixed paths for upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 22, 2024
1 parent f2c972a commit 25c3a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: M1-OrientationOSC (MacOS)
working-directory: osc_client
path: build/m1-M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.pkg
path: osc_client/build/m1-M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.pkg
if-no-files-found: error

- name: 'OC Upload Artifact (windows)'
if: runner.os == 'Windows'
uses: actions/upload-artifact@v2
with:
name: M1-OrientationOSC (Windows)
working-directory: osc_client
path: build\m1-M1-OrientationOSC_artefacts\Release\Output\M1-OrientationOSC_WIN.exe
path: osc_client\build\m1-M1-OrientationOSC_artefacts\Release\Output\M1-OrientationOSC_WIN.exe
if-no-files-found: error

0 comments on commit 25c3a9c

Please sign in to comment.