mirror of
https://gitlab.com/fscarmen/warp.git
synced 2026-06-15 03:25:42 +08:00
V2.50 Client supports IPv6 only. Use some cf api.
Former-commit-id: f9066226545aba7d8ea628b7e0156d139e802434
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user