Update wireguard-go.yml

dependabot/github_actions/actions/checkout-3.1.0 v1.0.1
fscarmen 4 years ago committed by GitHub
parent c6e1c28bb9
commit 3ad1113d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/wireguard-go.yml

@ -1,7 +1,9 @@
name: Build Wireguard-go
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
Build:
@ -32,7 +34,7 @@ jobs:
path: /opt/release
- name: Binaries Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
with:
files: /opt/release/wireguard-go
env:

Loading…
Cancel
Save