Skip to content

Commit

Permalink
Try public binary CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mxlgv committed Mar 15, 2024
1 parent 2587a7e commit 8213912
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 47 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build for Windows
on: [pull_request, push]

on:
push:
branches:
- public-release-ci
jobs:
build:
runs-on: windows-latest
Expand All @@ -16,11 +18,14 @@ 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
uses: actions/upload-artifact@v4
- name: Upload Dino Installer to a GitHub release
uses: svenstaro/upload-release-action@2.9.0
with:
name: dino-installer
path: windows-installer/dino-installer.exe
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: windows-installer/dino-installer.exe
asset_name: dino-installer
tag: ${{ github.ref }}
overwrite: true
40 changes: 0 additions & 40 deletions .github/workflows/build.yml

This file was deleted.

0 comments on commit 8213912

Please sign in to comment.