tangled
alpha
login
or
join now
geesawra.industries
/
jerry-no
8
fork
atom
A cheap attempt at a native Bluesky client for Android
8
fork
atom
overview
issues
pulls
pipelines
workflows: fix file path
geesawra.industries
5 months ago
19c90922
a5fbd640
0/1
build.yaml
timeout
5mo ago
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yaml
+1
-1
.tangled/workflows/build.yaml
···
29
29
30
30
fastlane release_bin
31
31
source ./generate-root.sh app/build/outputs/apk/release/app-release.apk
32
32
-
npx wrangler r2 object put monarch-releases/$MONARCH_APK_FILENAME --remote true --file=MONARCH_APK_PATH
32
32
+
npx wrangler r2 object put monarch-releases/$MONARCH_APK_FILENAME --remote true --file=$MONARCH_APK_PATH
33
33
npx wrangler r2 object put monarch-releases/index.html --remote true --file=./index.html