mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-19 19:54:35 +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
|
||||
- name: prepare runner
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y p7zip p7zip-full make wget snap rpm
|
||||
sudo snap install snapcraft --classic
|
||||
|
||||
- name: install_deps
|
||||
run: make install_deps
|
||||
|
@ -62,6 +62,12 @@
|
||||
},
|
||||
"snap": {
|
||||
"artifactName": "${productName}_${version}_${arch}.${ext}",
|
||||
"publish": [
|
||||
{
|
||||
"provider": "generic",
|
||||
"url": "https://null/"
|
||||
}
|
||||
],
|
||||
"base": "core22",
|
||||
"grade": "stable",
|
||||
"confinement": "classic",
|
||||
|
Loading…
x
Reference in New Issue
Block a user