android yml
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-02-19 16:38:37 -06:00
parent fce614dfb1
commit da5fed9a76

View File

@@ -161,6 +161,16 @@ jobs:
exit 1 exit 1
fi fi
- name: Generate latest-android.yml
run: |
VERSION="${{ steps.version.outputs.version }}"
cat > apps/electron/dist/latest-android.yml << EOF
version: ${VERSION}
files:
- url: DiscordClone-v${VERSION}.apk
path: DiscordClone-v${VERSION}.apk
EOF
- name: List build artifacts - name: List build artifacts
run: ls -la apps/electron/dist/ run: ls -la apps/electron/dist/