Skip to content

Commit

Permalink
using log git hash for release name to better integrate with build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulinobw committed Feb 23, 2024
1 parent 8137f74 commit e42b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GH_TOKEN }}
file: _build/default/rel/dog_trainer/dog_trainer-${GITHUB_SHA}.tar.gz
file: _build/default/rel/dog_trainer/dog_trainer-${{ github.sha }}.tar.gz
asset_name: dog_trainer_release
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit e42b82e

Please sign in to comment.