File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ jobs:
127
127
128
128
- name : Validate package
129
129
uses : hapakaien/archlinux-package-action@v2
130
+ env :
131
+ VERSION : ${{ env.VERSION }}
130
132
with :
131
133
pkgver : ${{ env.VERSION }}
132
134
updpkgsums : true
Original file line number Diff line number Diff line change 66
66
67
67
- name : Decompress npm package
68
68
run : tar -xzf package.tar.gz
69
-
69
+
70
70
- name : Fetch dependencies from cache
71
71
id : cache-node-modules
72
72
uses : actions/cache@v3
@@ -303,8 +303,9 @@ jobs:
303
303
branch : ${{ github.ref }}
304
304
workflow : build.yaml
305
305
workflow_conclusion : completed
306
- check_artifacts : true
307
306
name : npm-package
307
+ check_artifacts : false
308
+ if_no_artifact_found : fail
308
309
309
310
- name : Decompress npm package
310
311
run : tar -xzf package.tar.gz
You can’t perform that action at this time.
0 commit comments