Skip to content

Commit

Permalink
chore: Fix typo in package name for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCyberRonin committed Aug 30, 2024
1 parent 59126ca commit 3e6653a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: pnpm package

- name: Archive compressed build
uses: actions/upload -artifact@v4
uses: actions/upload-artifact@v4
with:
name: build
path: dist/build.tar

0 comments on commit 3e6653a

Please sign in to comment.