Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Aug 30, 2023
1 parent f1a4dc8 commit 1cbf445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake-art-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: drumlabooh-vsti
path: drumlabooh_artefacts\Release\VST3
# - name: Archive production artifacts
# uses: actions/upload-artifact@v3
# with:
# name: drumlabooh-vsti
# path: drumlabooh_artefacts\Release\VST3

0 comments on commit 1cbf445

Please sign in to comment.