mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-04 05:40:20 +00:00
Changed job name
This commit is contained in:
parent
22ae994370
commit
e09c929f17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -20,7 +20,7 @@ on:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-and-release-android:
|
||||||
name: Build APK and AAB
|
name: Build APK and AAB
|
||||||
if: github.event.inputs.android == true
|
if: github.event.inputs.android == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: appbundle
|
name: appbundle
|
||||||
path: build/app/outputs/bundle/release/app-release.aab
|
path: build/app/outputs/bundle/release/app-release.aab
|
||||||
build:
|
build-and-release-macos:
|
||||||
name: Build macOS
|
name: Build macOS
|
||||||
if: github.event.inputs.macos == true
|
if: github.event.inputs.macos == true
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue