Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ulph committed Apr 16, 2024
1 parent 7408d0b commit 7077f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/juce-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: 'Upload Artifacts'
uses: actions/upload-artifact@v4
with:
path: |
${{github.workspace}}/build/JUCE/PhasePhdgr_artefacts/Release
${{github.workspace}}/build/JUCE/PhasePhdgrFx_artefacts/Release

0 comments on commit 7077f06

Please sign in to comment.