Skip to content

Commit

Permalink
ci: remove brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb authored Jul 12, 2024
1 parent 85b88b5 commit 72c0623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
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
run: echo 'version=${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}' >> $GITHUB_OUTPUT
id: version

# Make x64 installer
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
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
run: echo 'version=${{steps.last_release.outputs.tag}}-${{steps.short-sha.outputs.sha}}' >> $GITHUB_OUTPUT
id: version

- name: Download setup artifact (x64)
Expand Down

0 comments on commit 72c0623

Please sign in to comment.