fix: remove AppImage and arm64 builds, keep only deb/rpm x64
This commit is contained in:
@@ -144,41 +144,17 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload AppImage (x64)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-x64.AppImage
|
||||
path: dist-electron/Paarrot-*-x86_64.AppImage
|
||||
|
||||
- name: Upload AppImage (arm64)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-arm64.AppImage
|
||||
path: dist-electron/Paarrot-*-arm64.AppImage
|
||||
|
||||
- name: Upload DEB package (x64)
|
||||
- name: Upload DEB package
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-x64.deb
|
||||
path: dist-electron/Paarrot-*-linux-amd64.deb
|
||||
|
||||
- name: Upload DEB package (arm64)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-arm64.deb
|
||||
path: dist-electron/Paarrot-*-linux-arm64.deb
|
||||
|
||||
- name: Upload RPM package (x64)
|
||||
- name: Upload RPM package
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-x64.rpm
|
||||
path: dist-electron/Paarrot-*-linux-x86_64.rpm
|
||||
|
||||
- name: Upload RPM package (arm64)
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Paarrot-Linux-arm64.rpm
|
||||
path: dist-electron/Paarrot-*-linux-aarch64.rpm
|
||||
|
||||
create-release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -32,17 +32,13 @@
|
||||
],
|
||||
"linux": {
|
||||
"target": [
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": ["x64", "arm64"]
|
||||
},
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64", "arm64"]
|
||||
"arch": ["x64"]
|
||||
}
|
||||
],
|
||||
"category": "Network;InstantMessaging",
|
||||
@@ -59,9 +55,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"appImage": {
|
||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||
},
|
||||
"deb": {
|
||||
"depends": [
|
||||
"libnotify4",
|
||||
|
||||
Reference in New Issue
Block a user