Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Jul 12, 2023
1 parent b34a51b commit 4ba9edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Package plugin and create userscript
run: |
mkdir release
mv build/chromium release/link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}
mv dist/chromium release/link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}
cd release
zip -r link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}.zip ./link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}/*
Expand Down

0 comments on commit 4ba9edb

Please sign in to comment.