Compare commits
2 Commits
f7543cfa1d
...
784e537f26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
784e537f26 | ||
|
|
1b7c56b088 |
@@ -51,7 +51,8 @@ jobs:
|
|||||||
run: npx web-ext build -s . -a dist --overwrite-dest
|
run: npx web-ext build -s . -a dist --overwrite-dest
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
# v4+ not supported on Gitea Actions/Forgejo, use v3 for compatibility
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: web-ext-build
|
name: web-ext-build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user