Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ld3 authored Sep 28, 2024
1 parent 8afa62b commit 7c4dcab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}-${{ matrix.build_type }}
path: build-${{ matrix.os }}-${{ matrix.build_type }}.${{ runner.os == 'Linux' && 'tar.gz' || 'zip' }}
name: build-${{ matrix.os }}-${{ matrix.build_type }}-${TAG_NAME}
path: build-${{ matrix.os }}-${{ matrix.build_type }}-${TAG_NAME}.${{ runner.os == 'Linux' && 'tar.gz' || 'zip' }}

deploy:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 7c4dcab

Please sign in to comment.