We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9aaa1 commit cfdffe1Copy full SHA for cfdffe1
.github/workflows/main.yml
@@ -361,7 +361,7 @@ jobs:
361
tar -czf "${name}-${VERSION}.tar.gz" -C "$folder" .
362
fi
363
if [[ "$name" != "cloudsync-android-aar" ]]; then
364
- (cd "$folder" && zip -rq "../../${name}-${VERSION}.zip" .)
+ (cd "$folder" && zip -rq --symlinks "../../${name}-${VERSION}.zip" .)
365
else
366
cp "$folder"/*.aar "${name}-${VERSION}.aar"
367
src/cloudsync.h
@@ -18,7 +18,7 @@
18
extern "C" {
19
#endif
20
21
-#define CLOUDSYNC_VERSION "1.0.2"
+#define CLOUDSYNC_VERSION "1.0.3"
22
#define CLOUDSYNC_MAX_TABLENAME_LEN 512
23
24
#define CLOUDSYNC_VALUE_NOTSET -1
0 commit comments