Skip to content

Commit

Permalink
Added auto release master
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 1612ee7 commit edda603
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,21 @@ jobs:
run: |
msys2 -c './build-win64.sh --prepare'
msys2 -c './build-win64.sh'
- name: Build Dino Installer
- name: Build Dino installer
run: |
msys2 -c './build-win64.sh --build-installer'
- name: Upload Dino Installer
- name: Upload Dino installer
uses: actions/upload-artifact@v4
with:
name: dino-installer
path: windows-installer/dino-installer.exe
- name: Release Dino installer
if: {{ github.ref == 'refs/heads/master-night-build' && github.event_name == 'push' }}
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

0 comments on commit edda603

Please sign in to comment.