mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-28 01:36:07 +00:00
Fixed route
This commit is contained in:
parent
1eb5d5c5e6
commit
88857945c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Rename apk
|
||||
run: mv build/app/outputs/apk/release/app-release.apk build/app/outputs/apk/release/AdGuardHomeManager_${{ github.event.inputs.version }}_Android.apk
|
||||
- name: Rename aab
|
||||
run: mv build/app/outputs/apk/release/app-release.aab build/app/outputs/apk/release/AdGuardHomeManager_${{ github.event.inputs.version }}_Android.aab
|
||||
run: mv build/app/outputs/bundle/release/app-release.aab build/app/outputs/bundle/release/AdGuardHomeManager_${{ github.event.inputs.version }}_Android.aab
|
||||
- name: Create a Release in GitHub
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue