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:
3
.github/workflows/run-release.yml
vendored
3
.github/workflows/run-release.yml
vendored
@@ -61,6 +61,9 @@ jobs:
|
|||||||
needs: sync-releases
|
needs: sync-releases
|
||||||
if: needs.sync-releases.outputs.release_exists == 'false'
|
if: needs.sync-releases.outputs.release_exists == 'false'
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout your repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run build job
|
- name: Run build job
|
||||||
uses: ./.github/workflows/build-module.yml
|
uses: ./.github/workflows/build-module.yml
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user