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:
127127
128128 - name : Validate package
129129 uses : hapakaien/archlinux-package-action@v2
130+ env :
131+ VERSION : ${{ env.VERSION }}
130132 with :
131133 pkgver : ${{ env.VERSION }}
132134 updpkgsums : true
Original file line number Diff line number Diff line change 6666
6767 - name : Decompress npm package
6868 run : tar -xzf package.tar.gz
69-
69+
7070 - name : Fetch dependencies from cache
7171 id : cache-node-modules
7272 uses : actions/cache@v3
@@ -303,8 +303,9 @@ jobs:
303303 branch : ${{ github.ref }}
304304 workflow : build.yaml
305305 workflow_conclusion : completed
306- check_artifacts : true
307306 name : npm-package
307+ check_artifacts : false
308+ if_no_artifact_found : fail
308309
309310 - name : Decompress npm package
310311 run : tar -xzf package.tar.gz
You can’t perform that action at this time.
0 commit comments