Skip to content

Commit 7294dfc

Browse files
committed
re-add windows release
1 parent ecc3b25 commit 7294dfc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
name: sqlite-rembed-macos-aarch64-extension
3434
path: dist/release/*
3535
build-windows-x86_64-extension:
36-
if: false
3736
runs-on: windows-2019
3837
steps:
3938
- uses: actions/checkout@v4
@@ -47,11 +46,12 @@ jobs:
4746
path: dist/release/*
4847
dist:
4948
runs-on: ubuntu-latest
50-
needs: [
49+
needs:
50+
[
5151
build-linux-x86_64-extension,
5252
build-macos-x86_64-extension,
5353
build-macos-aarch64-extension,
54-
#build-windows-x86_64-extension,
54+
build-windows-x86_64-extension,
5555
]
5656
permissions:
5757
contents: write
@@ -69,16 +69,14 @@ jobs:
6969
with:
7070
name: sqlite-rembed-macos-aarch64-extension
7171
path: dist/macos-aarch64
72-
#- uses: actions/download-artifact@v4
73-
# with:
74-
# name: sqlite-rembed-windows-x86_64-extension
75-
# path: dist/windows-x86_64
72+
- uses: actions/download-artifact@v4
73+
with:
74+
name: sqlite-rembed-windows-x86_64-extension
75+
path: dist/windows-x86_64
7676
- run: |
7777
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
7878
| tar xfJ - --strip-components 1
7979
- run: make sqlite-rembed.h
80-
- run: mkdir distx
81-
- run: find .
8280
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
8381
- run: |
8482
gh release upload ${{ github.ref_name }} \

0 commit comments

Comments
 (0)