Skip to content

Commit 4c54ae2

Browse files
LukaswndLukaswnd
Lukaswnd
authored and
Lukaswnd
committed
fix workflow string
1 parent 781c6fb commit 4c54ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_sdk_manual_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
with:
65-
tag_name: "$TARGET_TYPE (log_level: $LOG_LEVEL) ${{ github.run_number }}"
65+
tag_name: ${{ github.event.inputs.target }} (log_level: ${{ github.event.inputs.log_level }}) ${{ github.run_number }}
6666
files: |
6767
dist/framework*
6868

0 commit comments

Comments
 (0)