From 78ce1ebdc02e4b1d506739fbac49b614c5141cd8 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 12 Mar 2022 08:42:35 +0800 Subject: [PATCH] Update wireguard-go.yml --- .github/workflows/wireguard-go.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/wireguard-go.yml b/.github/workflows/wireguard-go.yml index 792b562..46de9a9 100644 --- a/.github/workflows/wireguard-go.yml +++ b/.github/workflows/wireguard-go.yml @@ -22,21 +22,20 @@ jobs: go build -v -o "wireguard-go" mkdir /opt/release cp wireguard-go /opt/release - - name: Uploading artifact - uses: actions/upload-artifact@v2 - with: - name: wireguard-go # 生成的压缩包名称 - path: /opt/release # 需要打包的路径 - - name: Downloading artifact - uses: actions/download-artifact@v2 - with: - name: wireguard-go - path: /opt/release +# - name: Uploading artifact +# uses: actions/upload-artifact@v2 +# with: +# name: wireguard-go # 生成的压缩包名称 +# path: /opt/release # 需要打包的路径 +# - name: Downloading artifact +# uses: actions/download-artifact@v2 +# with: +# name: wireguard-go +# path: /opt/release - name: Binaries Release uses: softprops/action-gh-release@v1 - #if: startsWith(github.ref, 'refs/tags/') with: files: /opt/release/wireguard-go - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} +# env: +# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}