33
33
name : sqlite-rembed-macos-aarch64-extension
34
34
path : dist/release/*
35
35
build-windows-x86_64-extension :
36
- if : false
37
36
runs-on : windows-2019
38
37
steps :
39
38
- uses : actions/checkout@v4
@@ -47,11 +46,12 @@ jobs:
47
46
path : dist/release/*
48
47
dist :
49
48
runs-on : ubuntu-latest
50
- needs : [
49
+ needs :
50
+ [
51
51
build-linux-x86_64-extension,
52
52
build-macos-x86_64-extension,
53
53
build-macos-aarch64-extension,
54
- # build-windows-x86_64-extension,
54
+ build-windows-x86_64-extension,
55
55
]
56
56
permissions :
57
57
contents : write
@@ -69,16 +69,14 @@ jobs:
69
69
with :
70
70
name : sqlite-rembed-macos-aarch64-extension
71
71
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
76
76
- run : |
77
77
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
78
78
| tar xfJ - --strip-components 1
79
79
- run : make sqlite-rembed.h
80
- - run : mkdir distx
81
- - run : find .
82
80
- run : ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
83
81
- run : |
84
82
gh release upload ${{ github.ref_name }} \
0 commit comments