We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6c2a1 commit 989c687Copy full SHA for 989c687
.github/workflows/build-deps.yml
@@ -159,6 +159,7 @@ jobs:
159
with:
160
name: binaryen-arm64.zip
161
path: binaryen/binaryen-arm64.zip
162
+ retention-days: 1
163
164
build-nodejs:
165
if: ${{ inputs.nodejs_build }}
@@ -264,3 +265,5 @@ jobs:
264
265
266
name: wasm-binaries-arm64.zip
267
path: emsdk/wasm-binaries-arm64.zip
268
+ retention-days: 3
269
+
0 commit comments