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