Skip to content

Commit

Permalink
ci: fix build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Mar 28, 2024
1 parent f768589 commit 362b27f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
run: |
pnpm build --target=chrome-mv3
pnpm build --target=firefox-mv2
mkdir -p build/zip
mv build/*.zip build/zip
- uses: monkeyWie/[email protected]
id: get-release
with:
Expand All @@ -50,5 +52,5 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.get-release.outputs.upload_url }}
asset_path: build/*.zip
asset_path: build/zip/*
overwrite: true

0 comments on commit 362b27f

Please sign in to comment.