Update wireguard-go.yml

dependabot/github_actions/docker/setup-buildx-action-2.6.0
fscarmen 3 years ago committed by GitHub
parent 89de357b91
commit 730b9d7c64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/wireguard-go.yml

@ -50,6 +50,12 @@ jobs:
args: release --clean ${{ env.flags }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Move the files and delete temp dir
if: ${{ env.VERSION != '' }}
run: |
cp -f ${{ env.WORKDIR }}/dist/*.tar.gz ${GITHUB_WORKSPACE}/wireguard-go/
rm -rf ${{ env.WORKDIR }}
- name: Upload to repository
uses: stefanzweifel/git-auto-commit-action@v4.16.0

Loading…
Cancel
Save