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 11, 2024
1 parent cf46f20 commit 6547b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform-make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:

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

# - name: Create Release # Create the release on GitHub
# id: create_release
Expand Down

0 comments on commit 6547b04

Please sign in to comment.