Skip to content

Commit a89280f

Browse files
authored
Version 4.3.2 (#3021)
1 parent 613b65c commit a89280f

File tree

11 files changed

+22921
-84
lines changed

11 files changed

+22921
-84
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,11 @@ jobs:
4545
- name: Install package dependencies
4646
run: yarn install
4747

48-
- name: Install AppImage and Flatpak dependencies
48+
- name: Install build dependencies
4949
if: runner.os == 'Linux'
5050
run: |
5151
sudo apt-get update
52-
sudo apt-get install -y \
53-
xz-utils \
54-
libarchive-tools \
55-
flatpak \
56-
squashfs-tools
52+
sudo apt-get install -y xz-utils libarchive-tools squashfs-tools
5753
5854
- name: Lint
5955
run: yarn lint
@@ -77,3 +73,5 @@ jobs:
7773
win_csc_link: ${{ secrets.WIN_CSC_LINK }}
7874
win_csc_key_password: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
7975
github_token: ${{ secrets.GH_TOKEN }}
76+
env:
77+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

0 commit comments

Comments
 (0)