Skip to content

Commit

Permalink
Auto-release from tag
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Mar 19, 2024
1 parent bcac03e commit 4b5ed0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
name: dino-installer
path: windows-installer/dino-installer.exe
- name: Release Dino installer
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: ${{ github.ref_type == 'tag' }}
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: windows-installer/dino-installer.exe
asset_name: dino-installer.exe
tag: ${{ github.ref }}
overwrite: true
release_name: Dino ${{ steps.ghd.outputs.describe }}"
release_name: Dino ${{ steps.ghd.outputs.describe }}

0 comments on commit 4b5ed0b

Please sign in to comment.