mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-04 03:36:29 +08:00
Update
This commit is contained in:
14
.github/workflows/build-apk.yml
vendored
14
.github/workflows/build-apk.yml
vendored
@@ -41,8 +41,14 @@ jobs:
|
|||||||
mkdir -p artifacts
|
mkdir -p artifacts
|
||||||
cp android/app/build/outputs/apk/release/app-release.apk artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
cp android/app/build/outputs/apk/release/app-release.apk artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
||||||
|
|
||||||
- name: Upload TV APK
|
- name: Create Release and Upload APK
|
||||||
uses: actions/upload-artifact@v4
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: orionTV-apk
|
tag_name: v${{ steps.package-version.outputs.version }}
|
||||||
path: artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
name: Release v${{ steps.package-version.outputs.version }}
|
||||||
|
body: Automated release for version v${{ steps.package-version.outputs.version }}.
|
||||||
|
draft: false
|
||||||
|
prerelease: false
|
||||||
|
files: artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user