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:
1
.github/workflows/run-release.yml
vendored
1
.github/workflows/run-release.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
release_exists: ${{ steps.check_release.outputs.release_exists }}
|
release_exists: ${{ steps.check_release.outputs.release_exists }}
|
||||||
|
release_tag: ${{ steps.get_release.outputs.release_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your repo
|
- name: Checkout your repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user