Auto-release from tag
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
bcac03ef6a
commit
4b5ed0b428
5
.github/workflows/build-win64.yml
vendored
5
.github/workflows/build-win64.yml
vendored
|
@ -28,12 +28,11 @@ jobs:
|
||||||
name: dino-installer
|
name: dino-installer
|
||||||
path: windows-installer/dino-installer.exe
|
path: windows-installer/dino-installer.exe
|
||||||
- name: Release Dino installer
|
- name: Release Dino installer
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
uses: svenstaro/upload-release-action@2.9.0
|
uses: svenstaro/upload-release-action@2.9.0
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: windows-installer/dino-installer.exe
|
file: windows-installer/dino-installer.exe
|
||||||
asset_name: dino-installer.exe
|
asset_name: dino-installer.exe
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
overwrite: true
|
release_name: Dino ${{ steps.ghd.outputs.describe }}
|
||||||
release_name: Dino ${{ steps.ghd.outputs.describe }}"
|
|
||||||
|
|
Loading…
Reference in a new issue