Skip to content

Commit 426f9cd

Browse files
James Courtier-DuttonJames Courtier-Dutton
authored andcommitted
Updated manual1.yml
1 parent 0be19d5 commit 426f9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
with:
75-
tag_name: $SHORTSHA
75+
tag_name: ${{ steps.short_sha_8.outputs.SELECTED_COLOR }}
7676
release_name: Release aa-${{ steps.short_sha_8.outputs.SELECTED_COLOR }}-bb
7777
draft: false
7878
prerelease: false
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
8787
asset_path: _build/src/RelWithDebInfo/ectool.zip
88-
asset_name: ectool-windows-amd64-$shortSha.zip
88+
asset_name: ectool-windows-amd64-${{ steps.short_sha_8.outputs.SELECTED_COLOR }}.zip
8989
asset_content_type: application/zip
9090

9191

0 commit comments

Comments
 (0)