mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-19 19:35:48 +00:00
fix: fix run build job
This commit is contained in:
8
.github/workflows/run-release.yml
vendored
8
.github/workflows/run-release.yml
vendored
@@ -52,4 +52,10 @@ jobs:
|
||||
-d "$(jq -n --arg tag "${{ 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" \
|
||||
'{ tag_name: $tag, name: $name, body: $body }')"
|
||||
'{ tag_name: $tag, name: $name, body: $body }')"
|
||||
|
||||
- name: Run build job
|
||||
if: steps.check_release.outputs.release_exists == 'false'
|
||||
uses: .github/workflows/build-module.yml
|
||||
with:
|
||||
tag_name: ${{ steps.get_release.outputs.release_tag }}
|
||||
Reference in New Issue
Block a user