-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b32d71
commit e08e8f7
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,19 +17,22 @@ jobs: | |
- name: Setup git | ||
run: git config --global user.email "[email protected]" && git config --global user.name "GitHub CI" | ||
|
||
- name: Install dependencies | ||
run: sudo apt update && sudo apt install jq | ||
- name: Test | ||
run: echo "Are we here?" | ||
|
||
# - name: Install dependencies | ||
# run: sudo apt update && sudo apt install jq | ||
|
||
- name: Echo tag version | ||
run: echo $(git describe --tags || echo ci-test) | ||
# - name: Echo tag version | ||
# run: echo $(git describe --tags || echo ci-test) | ||
|
||
- name: Run build | ||
run: ./build.sh $(git describe --tags || echo ci-test) | ||
# - name: Run build | ||
# run: ./build.sh $(git describe --tags || echo ci-test) | ||
|
||
- name: Prepare Update Manifests | ||
run: ./publish.sh $(git describe --tags || echo ci-test ) | ||
# - name: Prepare Update Manifests | ||
# run: ./publish.sh $(git describe --tags || echo ci-test ) | ||
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: Zotero Swisscovery UB Bern plugin (zipped) | ||
path: "build/*.xpi" | ||
# - uses: actions/upload-artifact@v4 | ||
# with: | ||
# name: Zotero Swisscovery UB Bern plugin (zipped) | ||
# path: "build/*.xpi" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters