Skip to content

Commit

Permalink
ci: fix missing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 12, 2024
1 parent ab5f349 commit 85b88b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
with:
length: 6
- name: Prepare version information (3/3)
shell: bash
run: echo 'version={${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}}' >> $GITHUB_OUTPUT
id: version

Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:
with:
length: 6
- name: Prepare version information (3/3)
shell: bash
run: echo 'version={${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}}' >> $GITHUB_OUTPUT
id: version

Expand Down

0 comments on commit 85b88b5

Please sign in to comment.