mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
Update release.yml
This commit is contained in:
parent
e82dab4fe7
commit
7dea26efb5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Donwload Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: APKs
|
name: APKs
|
||||||
@ -131,7 +131,7 @@ jobs:
|
|||||||
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
|
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
|
||||||
./run init action gradle
|
./run init action gradle
|
||||||
./gradlew bundlePlayRelease
|
./gradlew bundlePlayRelease
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: AAB
|
name: AAB
|
||||||
path: app/build/outputs/bundle/playRelease/app-play-release.aab
|
path: app/build/outputs/bundle/playRelease/app-play-release.aab
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user