Skip to content

Commit 1ad31b6

Browse files
authored
Fix release action (#1010)
1 parent 658aada commit 1ad31b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ jobs:
118118

119119
- name: Upload Artifact
120120
uses: actions/upload-artifact@v4
121-
working-directory: cli/tmp/bin
122121
with:
123122
name: esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}
124-
path: esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
123+
path: cli/tmp/bin/esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
125124
if-no-files-found: error
126125

127126
- name: Create package.json

0 commit comments

Comments
 (0)