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 authored Mar 11, 2024
1 parent 82d2490 commit 6c12323
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cmake-multi-platform-make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@ jobs:
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --target install

- uses: actions/upload-artifact@v3 # Upload build artifacts
if: runner.os == 'Windows'
with:
name: ${{ runner.os }}_build # Name for the artifact cache
path: ./ # Path containing built artifacts

- uses: actions/upload-artifact@v3 # Upload build artifacts
if: runner.os == 'Linux'
with:
name: ${{ runner.os }}_build # Name for the artifact cache
path: ./project_build # Path containing built artifacts
Expand Down

0 comments on commit 6c12323

Please sign in to comment.