mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-06 14:50:17 +00:00
Fixed job
This commit is contained in:
parent
04df55865f
commit
cfba2dc96b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -96,11 +96,12 @@ jobs:
|
||||||
needs: [build-android, build-macos]
|
needs: [build-android, build-macos]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/download-artifact@v3
|
|
||||||
- name: Download Android artifacts
|
- name: Download Android artifacts
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: android
|
name: android
|
||||||
- name: Download macOS artifacts
|
- name: Download macOS artifacts
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: macos
|
name: macos
|
||||||
- name: Release to GitHub
|
- name: Release to GitHub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue