mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
Merge pull request #18 from Slava-Shchipunov/fix/fix-release-sync-workflow
fix: fix release art
This commit is contained in:
4
.github/workflows/run-release.yml
vendored
4
.github/workflows/run-release.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
|||||||
if: steps.check_release.outputs.release_exists == 'false'
|
if: steps.check_release.outputs.release_exists == 'false'
|
||||||
run: |
|
run: |
|
||||||
ART="
|
ART="
|
||||||
```
|
\`\`\`
|
||||||
_______ ________ __
|
_______ ________ __
|
||||||
| |.-----.-----.-----.| | | |.----.| |_
|
| |.-----.-----.-----.| | | |.----.| |_
|
||||||
| - || _ | -__| || | | || _|| _|
|
| - || _ | -__| || | | || _|| _|
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
OpenWrt ${{ steps.get_release.outputs.release_tag }}
|
OpenWrt ${{ steps.get_release.outputs.release_tag }}
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
```"
|
\`\`\`"
|
||||||
|
|
||||||
curl -X POST https://api.github.com/repos/Slava-Shchipunov/awg-openwrt/releases \
|
curl -X POST https://api.github.com/repos/Slava-Shchipunov/awg-openwrt/releases \
|
||||||
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user