Skip to content

Commit

Permalink
Creat release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sinspired committed Aug 7, 2024
2 parents 843af52 + cf96c1f commit 28851e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/creat_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
<<<<<<< HEAD
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -59,3 +60,23 @@ jobs:
draft: false
prerelease: false
files: dist/vpngateclient.exe
=======
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: vpngateclient-exe
path: .

- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release of vpngateclient
draft: false
prerelease: false
files: dist/vpngateclient.exe
>>>>>>> cf96c1f8c4dc02f7259101fe969eb817f3b9b536

0 comments on commit 28851e4

Please sign in to comment.