fix: fix run build job

This commit is contained in:
Svyatoslav Shchipunov
2024-10-02 13:10:47 +07:00
parent 37f4fc71e2
commit f4361730a1

View File

@@ -61,6 +61,6 @@ jobs:
runs-on: ubuntu-latest
needs: sync-releases
if: needs.sync-releases.outputs.release_exists == 'false'
uses: ./.github/workflows/build-module.yml
uses: Slava-Shchipunov/awg-openwrt/.github/workflows/build-module.yml@master
with:
tag_name: ${{ needs.sync-releases.outputs.release_tag }}