Skip to content

Commit d364947

Browse files
fix syntax error
1 parent 8303ce8 commit d364947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
uses: actions/upload-artifact@v4
8282
with:
8383
name: binary-${{ runner.os }}
84-
path: dist/template-engine-${{ steps.get_version.outputs.VERSION }}-${{ runner.os == 'Windows' && 'win.exe' || (runner.os | lower) }}
84+
path: |
85+
dist/template-engine-${{ steps.get_version.outputs.VERSION }}-${{ runner.os == 'Windows' && 'win.exe' || (runner.os | lower) }}
8586
if-no-files-found: error
8687

8788
publish-release:

0 commit comments

Comments
 (0)