Commit d190782 1 parent 903c45d commit d190782 Copy full SHA for d190782
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout git repo
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Use cached node_modules
25
25
id : cache-node_modules
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : node_modules
29
29
key : ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
30
30
31
31
- name : Install Node and NPM
32
- uses : actions/setup-node@v3
32
+ uses : actions/setup-node@v4
33
33
with :
34
34
node-version-file : .nvmrc
35
35
cache : npm
@@ -56,10 +56,10 @@ jobs:
56
56
run : |
57
57
npm run postinstall
58
58
npm run build
59
- npm exec electron-builder -- --publish never --linux
59
+ npm exec electron-builder -- --publish always --linux
60
60
61
61
- name : Upload Artifact
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : EmuDeck-AppImage
65
65
path : ' **/*.AppImage'
You can’t perform that action at this time.
0 commit comments