File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 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 : |
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 :
You can’t perform that action at this time.
0 commit comments