Skip to content

Commit

Permalink
using full paths on upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 22, 2024
1 parent 9eca268 commit efa62d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/juce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: M1-OrientationOSC (MacOS)
path: osc_client/build/m1-M1-OrientationOSC_artefacts/Release/M1-OrientationOSC.pkg
path: ${{ github.workspace }}/osc_client/build/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)
path: osc_client\build\m1-M1-OrientationOSC_artefacts\Release\Output\M1-OrientationOSC_WIN.exe
path: ${{ github.workspace }}\osc_client\build\m1-M1-OrientationOSC_artefacts\Release\Output\M1-OrientationOSC_WIN.exe
if-no-files-found: error

0 comments on commit efa62d0

Please sign in to comment.