Skip to content

Commit f261743

Browse files
committed
Increase retention time to two weeks
1 parent 93b94c1 commit f261743

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/actions/android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
uses: actions/upload-artifact@v4
5757
with:
5858
name: android-library
59-
retention-days: 1
59+
retention-days: 14
6060
compression-level: 0 # We're uploading a zip, no need to compress again
6161
path: android/build/distributions/powersync_android.zip
6262
if-no-files-found: error

.github/actions/linux/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
- uses: actions/upload-artifact@v4
2828
with:
2929
name: linux-library
30-
retention-days: 1
30+
retention-days: 14
3131
path: |
3232
libpowersync_x64.so
3333
libpowersync_aarch64.so

.github/actions/macos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- uses: actions/upload-artifact@v4
2121
with:
2222
name: macos-library
23-
retention-days: 1
23+
retention-days: 14
2424
path: |
2525
libpowersync_x64.dylib
2626
libpowersync_aarch64.dylib

.github/actions/wasm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
- uses: actions/upload-artifact@v4
2323
with:
2424
name: wasm-library
25-
retention-days: 1
25+
retention-days: 14
2626
path: |
2727
libpowersync-async.wasm
2828
libpowersync.wasm

.github/actions/windows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- uses: actions/upload-artifact@v4
2121
with:
2222
name: windows-library
23-
retention-days: 1
23+
retention-days: 14
2424
path: |
2525
powersync_x64.dll
2626
powersync_aarch64.dll

.github/actions/xcframework/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
- uses: actions/upload-artifact@v4
3535
with:
3636
name: xcframework
37-
retention-days: 1
37+
retention-days: 14
3838
compression: 0 # We're uploading a zip archive, no need to compress agan
3939
path: |
4040
powersync-sqlite-core.xcframework.zip

0 commit comments

Comments
 (0)