Skip to content

Commit

Permalink
cmake art fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Aug 30, 2023
1 parent 3353df4 commit eca7a58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-art-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
rm build\drumlabooh_artefacts\Release\VST3\drumlabooh.lib
rm build\drumlabooh_artefacts\Release\VST3\drumlabooh.exp
- name: Archive artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit eca7a58

Please sign in to comment.