Skip to content

Commit

Permalink
unable to upload windows artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 17, 2024
1 parent 0a48431 commit d4884b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: cmake --install build

- name: '${{ matrix.icon }} Debug installed files'
run: ls -la ${{env.INSTALL_LOCATION}}
run: dir /s ${{env.INSTALL_LOCATION}}

- name: '${{ matrix.icon }} Upload Artifacts'
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.14)

project( sonivox
LANGUAGES C CXX
VERSION 3.6.12.0
VERSION 3.6.13.0
)

# GoogleTest requires at least C++14
Expand Down

0 comments on commit d4884b1

Please sign in to comment.