fix: fix run build job

This commit is contained in:
Svyatoslav Shchipunov
2024-10-02 11:29:03 +07:00
parent 47c3466084
commit 66b6a8f7ce
2 changed files with 21 additions and 6 deletions

View File

@@ -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 }}