V2.50 Client supports IPv6 only. Use some cf api.

Former-commit-id: f9066226545aba7d8ea628b7e0156d139e802434
This commit is contained in:
fscarmen
2023-05-20 12:13:01 +00:00
parent a348b95a1f
commit 997e58da97
3 changed files with 253 additions and 129 deletions
+5 -5
View File
@@ -57,11 +57,11 @@ jobs:
cp -f ${{ env.WORK_DIR }}/dist/*.tar.gz ${{ env.FILE_DIR }}
rm -rf ${{ env.WORK_DIR }}
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0
if: ${{ env.VERSION != '' }}
with:
commit_message: Sync wireguard-go to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}
# - name: Upload to repository
# uses: stefanzweifel/git-auto-commit-action@v4.16.0
# if: ${{ env.VERSION != '' }}
# with:
# commit_message: Sync wireguard-go to V${{ env.VERSION }} by Github Actions, ${{ env.DATE }}
- name: Release binaries
uses: softprops/action-gh-release@v1