Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 19aac8ff6f
commit 4cd04d2c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/wireguard-go.yml

@ -25,3 +25,8 @@ jobs:
with:
name: wireguard-go # 生成的压缩包名称
path: /opt/release # 需要打包的路径
- name: Downloading artifact
uses: actions/download-artifact@v2
with:
name: wireguard-go
path: ./

Loading…
Cancel
Save