Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 68b276a

Browse files
committed
Fix syntax error
1 parent c7c92c8 commit 68b276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
zip ${{format(env.PACKAGE_FILE_TEMPLATE, matrix.rid, steps.get-version.outputs.version)}} ${{env.OUTPUT_DIR}}/*
4545
- name: Add to release
46-
run: gh release upload ${{github.ref_name}} ${{format(env.PACKAGE_FILE_TEMPLATE, matrix.rid, steps.get-version.outputs.version) --clobber
46+
run: gh release upload ${{github.ref_name}} ${{format(env.PACKAGE_FILE_TEMPLATE, matrix.rid, steps.get-version.outputs.version)}} --clobber

0 commit comments

Comments
 (0)