Merge pull request 'fix workflow gitea' (#2) from fix/workflow into main
Build & Sign XPI / Package, sign and release (push) Failing after 48s
Build & Sign XPI / Package, sign and release (push) Failing after 48s
Reviewed-on: #2
Cette révision a été fusionnée dans la demande d’ajout #2.
Cette révision appartient à :
@@ -68,7 +68,7 @@ jobs:
|
|||||||
# (toutes branches, utile pour debug)
|
# (toutes branches, utile pour debug)
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
- name: Upload unsigned artifact
|
- name: Upload unsigned artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.version.outputs.unsigned_xpi }}
|
name: ${{ steps.version.outputs.unsigned_xpi }}
|
||||||
path: dist/${{ steps.version.outputs.unsigned_xpi }}
|
path: dist/${{ steps.version.outputs.unsigned_xpi }}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"background.js"
|
"background.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": "YTPTube Extension",
|
"name": "YTPTube Extension Android",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"description": "Add URLs to YTPTube instance",
|
"description": "Add URLs to YTPTube instance",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"http://*/*",
|
"http://*/*",
|
||||||
"https://*/*"
|
"https://*/*"
|
||||||
],
|
],
|
||||||
"homepage_url": "https://github.com/arabcoders/ytptube-extension",
|
"homepage_url": "https://git.celjim.fr/public/ytptube-extension-android",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon-16.png",
|
"16": "icons/icon-16.png",
|
||||||
"32": "icons/icon-32.png",
|
"32": "icons/icon-32.png",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "ytptube@arabcoders.org",
|
"id": "ytptube@git.celjim.fr",
|
||||||
"strict_min_version": "113.0",
|
"strict_min_version": "113.0",
|
||||||
"data_collection_permissions": {
|
"data_collection_permissions": {
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur