diff --git a/.github/workflows/build1.yml b/.github/workflows/build1.yml index 6ee6cc0..ea95f42 100644 --- a/.github/workflows/build1.yml +++ b/.github/workflows/build1.yml @@ -36,6 +36,7 @@ jobs: - name: Release binaries uses: softprops/action-gh-release@v1 with: + tag_name: wireguard files: /opt/release/* env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}