Skip to content

Commit

Permalink
CI: Fix macos cmake artifact name
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Mar 7, 2024
1 parent 7dfbce9 commit 66afe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: cmake --install build --verbose
- uses: actions/upload-artifact@v4
with:
name: macos-${{ env.PACK_NAME }}
name: macos-${{ env.PACK_NAME }}-${{ matrix.frameworks }}
path: ${{ env.DESTDIR }}

mingw32-cross:
Expand Down

0 comments on commit 66afe24

Please sign in to comment.