mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 14:40:06 +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:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Donwload Artifacts
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: APKs
|
||||
@ -131,7 +131,7 @@ jobs:
|
||||
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
|
||||
./run init action gradle
|
||||
./gradlew bundlePlayRelease
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: AAB
|
||||
path: app/build/outputs/bundle/playRelease/app-play-release.aab
|
||||
|
||||
Loading…
Reference in New Issue
Block a user