We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb53d82 commit 1f059c0Copy full SHA for 1f059c0
1 file changed
.github/workflows/npm-release.yml
@@ -11,7 +11,6 @@ permissions:
11
env:
12
ENTRYPOINT: packages/node-runtime/src/cli.ts
13
OUTDIR: "cli-out"
14
- BUN_INSTALL_CACHE_DIR: ${{ runner.temp }}/bun-cache
15
16
jobs:
17
build:
@@ -73,6 +72,8 @@ jobs:
73
72
74
- run: mkdir -p "${{ env.BUN_INSTALL_CACHE_DIR }}"
75
shell: bash
+ env:
76
+ BUN_INSTALL_CACHE_DIR: ${{ runner.temp }}/bun-cache
77
78
- name: Build for ${{ matrix.target }}
79
run: |
@@ -82,6 +83,8 @@ jobs:
82
83
"${{ env.ENTRYPOINT }}" \
84
--outfile "${{ env.OUTDIR }}/cryptit-cli-${{ matrix.target }}${{ matrix.ext }}"
85
86
87
88
89
- name: Upload artifact (${{
90
matrix.target }})
0 commit comments