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
|
||||
cp android/app/build/outputs/apk/release/app-release.apk artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
||||
|
||||
- name: Upload TV APK
|
||||
uses: actions/upload-artifact@v4
|
||||
- name: Create Release and Upload APK
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
name: orionTV-apk
|
||||
path: artifacts/orionTV.${{ steps.package-version.outputs.version }}.apk
|
||||
tag_name: v${{ steps.package-version.outputs.version }}
|
||||
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