Skip to content

Commit 2cb69e1

Browse files
committed
Overwrite exiting build
1 parent 068027f commit 2cb69e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: svenstaro/upload-release-action@v2
2828
with:
2929
repo_token: ${{ secrets.GITHUB_TOKEN }}
30+
overwrite: true
3031
file: libpowersync_x64.so
3132
asset_name: libpowersync_x64.so
3233
tag: v0.1.6
@@ -55,6 +56,7 @@ jobs:
5556
uses: svenstaro/upload-release-action@v2
5657
with:
5758
repo_token: ${{ secrets.GITHUB_TOKEN }}
59+
overwrite: true
5860
file: libpowersync_aarch64.so
5961
asset_name: libpowersync_aarch64.so
6062
tag: v0.1.6

0 commit comments

Comments
 (0)