Skip to content

Commit a229cd9

Browse files
committed
napi 10 musl
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 339de5e commit a229cd9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ jobs:
181181
CONTAINER_ID=$(docker create -it sqlite-builder)
182182
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
183183
184-
- name: Upload binaries to commit artifacts
185-
uses: actions/upload-artifact@v4
186-
if: matrix.node == 22
187-
with:
188-
name: prebuilt-binaries
189-
path: prebuilds/*
190-
retention-days: 14
191-
192184
- name: Upload binaries to GitHub Release
193185
run: yarn install --ignore-scripts && yarn upload --upload-all ${{ github.token }}
194186
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)