mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-21 12:44:58 +02:00
ci: fix snapcraft build process
This commit is contained in:
parent
6d86d581b4
commit
e9da7c98ff
3
.github/workflows/build-artifacts.yml
vendored
3
.github/workflows/build-artifacts.yml
vendored
@ -17,8 +17,7 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- name: prepare runner
|
- name: prepare runner
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo snap install snapcraft --classic
|
||||||
sudo apt-get install -y p7zip p7zip-full make wget snap rpm
|
|
||||||
|
|
||||||
- name: install_deps
|
- name: install_deps
|
||||||
run: make install_deps
|
run: make install_deps
|
||||||
|
@ -62,6 +62,12 @@
|
|||||||
},
|
},
|
||||||
"snap": {
|
"snap": {
|
||||||
"artifactName": "${productName}_${version}_${arch}.${ext}",
|
"artifactName": "${productName}_${version}_${arch}.${ext}",
|
||||||
|
"publish": [
|
||||||
|
{
|
||||||
|
"provider": "generic",
|
||||||
|
"url": "https://null/"
|
||||||
|
}
|
||||||
|
],
|
||||||
"base": "core22",
|
"base": "core22",
|
||||||
"grade": "stable",
|
"grade": "stable",
|
||||||
"confinement": "classic",
|
"confinement": "classic",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user