Skip to content

Commit 39ee4e4

Browse files
committed
ci: hotfix: fix artifact name for tools
The package_tool.yml workflow does not define a CORE_TAG output, because it does not run when cores are tagged. It is safe to use CORE_VER here because only the artifact name is affected.
1 parent c448f60 commit 39ee4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package_tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ jobs:
190190
with:
191191
token: ${{ secrets.CI_BUILDS_TOKEN }}
192192
version: ${{ needs.build-env.outputs.CORE_VER }}
193-
artifact: snippets-${{ needs.build-env.outputs.CORE_TAG }}
193+
artifact: snippets-${{ needs.build-env.outputs.CORE_VER }}
194194
base-branch: ${{ needs.build-env.outputs.CORE_BRANCH }}

0 commit comments

Comments
 (0)