Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 21, 2024
1 parent f26ee52 commit fd02e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: actions/checkout@v4

- name: Run build
run: ./build.sh $(git describe --tags || echo ci-test)
run: ./release.sh $(git describe --tags || echo ci-test)

- uses: actions/upload-artifact@v4
with:
name: Zotero OCR plugin
name: Zotero OCR plugin (zipped)
path: "*.xpi"

0 comments on commit fd02e90

Please sign in to comment.