Merge pull request #9 from Slava-Shchipunov/feat/update-gh-actions

fix: fix art
This commit is contained in:
Slava-Shchipunov
2024-09-20 12:13:33 +07:00
committed by GitHub

View File

@@ -30,14 +30,14 @@ jobs:
if: steps.check_release.outputs.tag_name == 'Not found' if: steps.check_release.outputs.tag_name == 'Not found'
run: | run: |
ART=" ART="
_______ ________ __ _______ ________ __
| |.-----.-----.-----.| | | |.----.| |_ | |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _| | - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____| |_______|| __|_____|__|__||________||__| |____|
|__| A M N E Z I A W I R E G U A R D |__| A M N E Z I A W I R E G U A R D
----------------------------------------------------- -----------------------------------------------------
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 }}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \