Skip to content

Commit

Permalink
Merge pull request #569 from DimmaDont/master
Browse files Browse the repository at this point in the history
Fix link in release to latest commit hash
  • Loading branch information
0x90d authored Jan 30, 2025
2 parents 225a255 + 52398c8 commit e253212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Declare some variables
id: vars
shell: bash
run: echo "name=sha_short::$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build
shell: bash
run: |
Expand Down

0 comments on commit e253212

Please sign in to comment.