Skip to content

Commit 8c6ef07

Browse files
committed
fix double bracket in publish.yml
1 parent be4a318 commit 8c6ef07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cd release/cloud
7272
tar -czvf transformerlab_web.tar.gz .
7373
gh release upload ${{ github.ref_name }} transformerlab_web.tar.gz
74-
gh release upload "${GITHUB_WORKSPACE}/release/build/Transformer Lab Setup ${steps.package-version.outputs.version}.exe"
74+
gh release upload "${GITHUB_WORKSPACE}/release/build/Transformer Lab Setup ${{ steps.package-version.outputs.version }}.exe"
7575
env:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
shell: bash

0 commit comments

Comments
 (0)