Skip to content

Commit

Permalink
ci: set XPI name the same as before
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Oct 13, 2024
1 parent caf58c3 commit b762a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -34,14 +34,13 @@ jobs:
- name: Build
run: |
npm run build
mv build/*.xpi build/arXiv-workflow-for-zotero.xpi
- name: Create artifact
if: startsWith(github.ref, 'refs/heads/')
uses: actions/upload-artifact@v4
with:
name: arXiv-workflow-for-zotero
path: build/arXiv-workflow-for-zotero.xpi
path: build/zotero-arxiv-workflow.xpi

- name: Release to GitHub
if: startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 1 addition & 0 deletions zotero-plugin.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
source: ["src", "addon"],
dist: "build",
name: pkg.config.addonName,
xpiName: pkg.name,
id: pkg.config.addonID,
namespace: pkg.config.addonRef,
updateURL: `https://github.com/{{owner}}/{{repo}}/releases/download/release/${
Expand Down

0 comments on commit b762a81

Please sign in to comment.