mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
fix: fix run build job
This commit is contained in:
10
.github/workflows/run-release.yml
vendored
10
.github/workflows/run-release.yml
vendored
@@ -53,9 +53,13 @@ jobs:
|
|||||||
--arg name "Build amnezia wg for all devices with openwrt ${{ steps.get_release.outputs.release_tag }}" \
|
--arg name "Build amnezia wg for all devices with openwrt ${{ steps.get_release.outputs.release_tag }}" \
|
||||||
--arg body "$ART" \
|
--arg body "$ART" \
|
||||||
'{ tag_name: $tag, name: $name, body: $body }')"
|
'{ tag_name: $tag, name: $name, body: $body }')"
|
||||||
|
|
||||||
|
run-build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: sync-releases
|
||||||
|
if: needs.sync-releases.outputs.release_exists == 'false'
|
||||||
|
steps:
|
||||||
- name: Run build job
|
- name: Run build job
|
||||||
if: steps.check_release.outputs.release_exists == 'false'
|
|
||||||
uses: ./.github/workflows/build-module.yml
|
uses: ./.github/workflows/build-module.yml
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.get_release.outputs.release_tag }}
|
tag_name: ${{ needs.sync-releases.outputs.release_tag }}
|
||||||
Reference in New Issue
Block a user