Skip to content

Commit

Permalink
Update cmake-multi-platform-make-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipagaxi committed Mar 10, 2024
1 parent d93a497 commit 4ca2719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform-make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
if: runner.os == 'Windows'
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target install

- name: Create Build Output Directory
run: mkdir ./built-project

- uses: actions/upload-artifact@v3 # Upload build artifacts
with:
name: built-project # Name for the artifact cache
Expand Down

0 comments on commit 4ca2719

Please sign in to comment.