File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 26
26
name : ' Build (emsdk:${{ matrix.EMSCRIPTEN_VERSION }} Threads:${{ matrix.EMSCRIPTEN_THREADS }} SIMD:${{ matrix.EMSCRIPTEN_SIMD }})'
27
27
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
- uses : actions/setup-node@v4
32
32
with :
94
94
runs-on : windows-latest
95
95
96
96
steps :
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
99
99
- name : Merge Artifacts
100
100
uses : actions/upload-artifact/merge@v4
@@ -113,10 +113,15 @@ jobs:
113
113
with :
114
114
dotnet-version : 8.0.100
115
115
116
+ - name : List files
117
+ run : |
118
+ Get-ChildItem -Recurse ./native-artifacts
119
+
116
120
- name : Build nuget
117
121
run : |
118
- & .\src\nuget\nuget.exe pack src\nuget\uno.sqlite-wasm.nuspec -OutputDirectory "$env:GITHUB_WORKSPACE\artifacts"
119
-
122
+ cd src\nuget
123
+ & .\nuget.exe pack uno.sqlite-wasm.nuspec -OutputDirectory "$env:GITHUB_WORKSPACE\artifacts"
124
+
120
125
- uses : actions/upload-artifact@v4
121
126
if : ${{ always() }}
122
127
with :
@@ -134,7 +139,7 @@ jobs:
134
139
name : Release
135
140
136
141
steps :
137
- - uses : actions/checkout@v3
142
+ - uses : actions/checkout@v4
138
143
139
144
- name : Download package
140
145
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 10
10
<projectUrl >https://github.com/unoplatform/uno.sqlite-wasm</projectUrl >
11
11
<iconUrl >https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl >
12
12
<description >The SQLite database engine for WebAssembly</description >
13
- <copyright >Copyright (C) 2015-2022 Uno Platform inc. - all rights reserved</copyright >
13
+ <copyright >Copyright (C) 2015-2024 Uno Platform inc. - all rights reserved</copyright >
14
14
<repository type =" git" url =" https://github.com/unoplatform/Uno.sqlite-wasm.git" />
15
15
16
16
<contentFiles >
19
19
</contentFiles >
20
20
</metadata >
21
21
<files >
22
- <file src =" ../../ native-artifacts/**/ *" target =" buildTransitive" />
22
+ <file src =" ..\..\ native-artifacts\**\ *" target =" buildTransitive" />
23
23
<file src =" Uno.sqlite-wasm.targets" target =" buildTransitive" />
24
24
</files >
25
25
</package >
You can’t perform that action at this time.
0 commit comments