mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-05 22:30:15 +00:00
Fixed job
This commit is contained in:
parent
1c0e4629a2
commit
04df55865f
1 changed files with 26 additions and 23 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -90,8 +90,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: macos
|
name: macos
|
||||||
path: AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg
|
path: AdGuardHomeManager_${{ github.event.inputs.version }}_macOS_Universal.dmg
|
||||||
release-builds:
|
release-builds-github:
|
||||||
|
name: Release builds to GitHub
|
||||||
|
runs-on: ubuntu-latest
|
||||||
needs: [build-android, build-macos]
|
needs: [build-android, build-macos]
|
||||||
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
- name: Download Android artifacts
|
- name: Download Android artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue