Skip to content

Commit

Permalink
Workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Jul 10, 2023
1 parent 38345d8 commit 07ac060
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.PRODUCT_NAME }}.vst3
path: ${{ env.VST3_PATH }}
path: ${{ env.VST3_PATH }}

- name: download artifact (macOS)
uses: actions/download-artifact@v3
with:
name: ${{ env.PRODUCT_NAME }}.vst3

0 comments on commit 07ac060

Please sign in to comment.