Skip to content

Commit 59a1adc

Browse files
Style changes
1 parent 574e050 commit 59a1adc

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
if: steps.node-modules-cache.outputs.cache-hit != 'true'
4141
run: npm install
4242

43-
- name: Cache snapcraft
44-
if: runner.os == 'Linux'
45-
id: snapcraft-cache
46-
uses: actions/cache@v3
47-
with:
48-
path: /var/lib/snapd/snaps
49-
key: ${{ runner.os }}-snapcraft-${{ hashFiles('**/snapcraft.yaml') }}
50-
restore-keys: |
51-
${{ runner.os }}-snapcraft-
52-
5343
- name: Install Snapcraft
5444
if: steps.snapcraft-cache.outputs.cache-hit != 'true' && runner.os == 'Linux'
5545
run: |
@@ -93,7 +83,7 @@ jobs:
9383
name: Windows Installer Files
9484
path: dist/*.exe
9585

96-
- name: Upload .zip files
86+
- name: Upload Windows .zip files
9787
if: runner.os == 'Windows'
9888
uses: actions/upload-artifact@v4
9989
with:
@@ -135,7 +125,7 @@ jobs:
135125
name: Linux AppImage Files
136126
path: dist/*.AppImage
137127

138-
- name: Upload .zip files
128+
- name: Upload Linux .zip files
139129
if: runner.os == 'Linux'
140130
uses: actions/upload-artifact@v4
141131
with:

0 commit comments

Comments
 (0)