Skip to content

Commit

Permalink
Update cmake-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Apr 6, 2024
1 parent 2608fb0 commit 31cbbad
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: RelWithDebInfo
INSTALL_LOCATION: ${{github.workspace}}/SonivoxV3
INSTALL_LOCATION: SonivoxV3

jobs:
build:
Expand Down Expand Up @@ -63,13 +63,13 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{env.BUILD_TYPE}}

# - name: '${{ matrix.icon }} Install'
# run: cmake --install build
#
# - name: '${{ matrix.icon }} Upload Artifacts'
# uses: actions/upload-artifact@v4
# with:
# name: SonivoxV3-${{matrix.sys}}
# path: ${{env.INSTALL_LOCATION}}/**/*
# retention-days: 90
# overwrite: true
- name: '${{ matrix.icon }} Install'
run: cmake --install build

- name: '${{ matrix.icon }} Upload Artifacts'
uses: actions/upload-artifact@v4
with:
name: ${{env.INSTALL_LOCATION}}-${{matrix.sys}}
path: ${{env.INSTALL_LOCATION}}
retention-days: 90
overwrite: true

0 comments on commit 31cbbad

Please sign in to comment.