File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
uses : actions/upload-artifact@v4
57
57
with :
58
58
name : android-library
59
- retention-days : 1
59
+ retention-days : 14
60
60
compression-level : 0 # We're uploading a zip, no need to compress again
61
61
path : android/build/distributions/powersync_android.zip
62
62
if-no-files-found : error
Original file line number Diff line number Diff line change 27
27
- uses : actions/upload-artifact@v4
28
28
with :
29
29
name : linux-library
30
- retention-days : 1
30
+ retention-days : 14
31
31
path : |
32
32
libpowersync_x64.so
33
33
libpowersync_aarch64.so
Original file line number Diff line number Diff line change 20
20
- uses : actions/upload-artifact@v4
21
21
with :
22
22
name : macos-library
23
- retention-days : 1
23
+ retention-days : 14
24
24
path : |
25
25
libpowersync_x64.dylib
26
26
libpowersync_aarch64.dylib
Original file line number Diff line number Diff line change 22
22
- uses : actions/upload-artifact@v4
23
23
with :
24
24
name : wasm-library
25
- retention-days : 1
25
+ retention-days : 14
26
26
path : |
27
27
libpowersync-async.wasm
28
28
libpowersync.wasm
Original file line number Diff line number Diff line change 20
20
- uses : actions/upload-artifact@v4
21
21
with :
22
22
name : windows-library
23
- retention-days : 1
23
+ retention-days : 14
24
24
path : |
25
25
powersync_x64.dll
26
26
powersync_aarch64.dll
Original file line number Diff line number Diff line change 34
34
- uses : actions/upload-artifact@v4
35
35
with :
36
36
name : xcframework
37
- retention-days : 1
37
+ retention-days : 14
38
38
compression : 0 # We're uploading a zip archive, no need to compress agan
39
39
path : |
40
40
powersync-sqlite-core.xcframework.zip
You can’t perform that action at this time.
0 commit comments