fix: github action urls
Some checks failed
Build and Sign Extension / build-sign-release (push) Failing after 1m9s
Some checks failed
Build and Sign Extension / build-sign-release (push) Failing after 1m9s
This commit is contained in:
parent
3aff8dc4d9
commit
c00155c0d8
1 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
--ignore-files ".forgejo" ".git" "updates.json" "*.md"
|
||||
|
||||
- name: Upload signed XPI to Forgejo Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: https://github.com/softprops/action-gh-release@v2
|
||||
with:
|
||||
# web-ext puts the downloaded file in the artifacts directory
|
||||
files: ./web-ext-artifacts/*.xpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue