Mikael Finstad 2024-05-20 12:43:20 -07:00 zatwierdzone przez GitHub
commit 327a67e122
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,11 @@ jobs:
uses: samuelmeuli/action-snapcraft@v2
if: startsWith(matrix.os, 'ubuntu')
- name: Save provisioning profile
- name: (Linux) Install flatpak dependencies
run: sudo apt-get install -y flatpak flatpak-builder
if: startsWith(matrix.os, 'ubuntu')
- name: (MacOS) Save provisioning profile
if: startsWith(matrix.os, 'macos')
env:
PROVISIONING_PROFILE_BASE64: ${{ secrets.PROVISIONING_PROFILE_BASE64 }}

Wyświetl plik

@ -431,6 +431,10 @@
"arch": "x64",
"target": "snap"
},
{
"arch": "x64",
"target": "flatpak"
},
{
"arch": "arm64",
"target": "tar.bz2"