This commit is contained in:
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user