File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/upload-artifact@v4
14
14
with :
15
15
name : sqlite-rembed-linux-x86_64-extension
16
- path : dist/*
16
+ path : dist/release/ *
17
17
build-macos-x86_64-extension :
18
18
runs-on : macos-11
19
19
steps :
22
22
- uses : actions/upload-artifact@v4
23
23
with :
24
24
name : sqlite-rembed-macos-x86_64-extension
25
- path : dist/*
25
+ path : dist/release/ *
26
26
build-macos-aarch64-extension :
27
27
runs-on : macos-14
28
28
steps :
31
31
- uses : actions/upload-artifact@v4
32
32
with :
33
33
name : sqlite-rembed-macos-aarch64-extension
34
- path : dist/*
34
+ path : dist/release/ *
35
35
build-windows-x86_64-extension :
36
36
runs-on : windows-2019
37
37
steps :
43
43
- uses : actions/upload-artifact@v4
44
44
with :
45
45
name : sqlite-rembed-windows-x86_64-extension
46
- path : dist/*
46
+ path : dist/release/ *
47
47
dist :
48
48
runs-on : ubuntu-latest
49
49
needs :
You can’t perform that action at this time.
0 commit comments