We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2ce03 commit cdad3e2Copy full SHA for cdad3e2
.github/workflows/temp-spm-test.yml
@@ -1,4 +1,5 @@
1
-on: workflow_dispatch
+on:
2
+ push:
3
name: "temp test spm"
4
jobs:
5
build:
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.binaryTarget(
19
name: packageName,
20
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0/powersync-sqlite-core.xcframework.tar.gz",
21
- checksum: "65e09557520aabadfd5897c59a7b5e542f85a6c161b546dcb58109f63e0478e7"
+ checksum: "SHOULD BE UPDATED BY GITHUB ACTION"
22
)
23
]
24
0 commit comments