mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-05-05 10:20:35 +00:00
Rename APK artifact from vpnhide-lsposed to vpnhide
This commit is contained in:
parent
0073ef7030
commit
5aadb0165b
3 changed files with 7 additions and 7 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -165,13 +165,13 @@ jobs:
|
|||
- name: Build APK
|
||||
run: |
|
||||
cd "$GITHUB_WORKSPACE/lsposed" && ./gradlew --no-daemon assembleRelease
|
||||
cp app/build/outputs/apk/release/app-release.apk "$GITHUB_WORKSPACE/vpnhide-lsposed.apk"
|
||||
cp app/build/outputs/apk/release/app-release.apk "$GITHUB_WORKSPACE/vpnhide.apk"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: vpnhide-lsposed
|
||||
path: vpnhide-lsposed.apk
|
||||
name: vpnhide
|
||||
path: vpnhide.apk
|
||||
if-no-files-found: error
|
||||
|
||||
release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue