We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339de5e commit a229cd9Copy full SHA for a229cd9
1 file changed
.github/workflows/ci.yml
@@ -181,14 +181,6 @@ jobs:
181
CONTAINER_ID=$(docker create -it sqlite-builder)
182
docker cp $CONTAINER_ID:/usr/src/build/prebuilds/ ./prebuilds
183
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
-
192
- name: Upload binaries to GitHub Release
193
run: yarn install --ignore-scripts && yarn upload --upload-all ${{ github.token }}
194
if: startsWith(github.ref, 'refs/tags/')
0 commit comments