diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e5667547d6..71c5963dc04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,19 +42,19 @@ jobs: path: | .\v2rayN\v2rayN.zip - # - name: Release - # uses: softprops/action-gh-release@v1 - # env: - # GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} - # with: - # prerelease: ${{ contains(github.ref, '-') }} - # draft: false - # files: | - # .\v2rayN\v2rayN.zip - # body: | - # [![](https://img.shields.io/badge/Telegram-Channel-blue)](https://t.me/netch_channel) [![](https://img.shields.io/badge/Telegram-Group-green)](https://t.me/netch_group) - # ## Changelogs - # * This is an automated deployment of GitHub Actions, the change log should be updated manually soon + - name: Release + uses: softprops/action-gh-release@v2 + env: + GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + with: + prerelease: ${{ contains(github.ref, '-') }} + draft: false + files: | + .\v2rayN\v2rayN.zip + body: | + [![](https://img.shields.io/badge/Telegram-Channel-blue)](https://t.me/netch_channel) [![](https://img.shields.io/badge/Telegram-Group-green)](https://t.me/netch_group) + ## Changelogs + * This is an automated deployment of GitHub Actions, the change log should be updated manually soon - # ## 更新日志 - # * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新 + ## 更新日志 + * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新