Skip to content

Commit

Permalink
Fix release action (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ije authored Jan 13, 2025
1 parent 658aada commit 1ad31b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,9 @@ jobs:

- name: Upload Artifact
uses: actions/upload-artifact@v4
working-directory: cli/tmp/bin
with:
name: esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}
path: esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
path: cli/tmp/bin/esm.sh-cli-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
if-no-files-found: error

- name: Create package.json
Expand Down

0 comments on commit 1ad31b6

Please sign in to comment.