Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melchi45 committed Jan 11, 2022
1 parent 4595938 commit 8cd552b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
BUILD_TYPE: Release
OUT_PATH: install
CHECKOUT_REF: 'v103.0.0'
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{env.CHECKOUT_REF}}-${{env.BUILD_TYPE}}
ARCHIVE_NAME: ${{ github.event.repository.name }}-${{ github.event.release.tag_name }}
jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally
Expand Down

0 comments on commit 8cd552b

Please sign in to comment.