Skip to content

Try fix CI

Try fix CI #4

Workflow file for this run

name: Build for Windows
on: [pull_request, push]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
- run: git config --global core.autocrlf input
with:

Check failure on line 14 in .github/workflows/build-win64.yml

View workflow run for this annotation

GitHub Actions / Build for Windows

Invalid workflow file

The workflow is not valid. .github/workflows/build-win64.yml (Line: 14, Col: 9): Unexpected value 'with'
msystem: MINGW64
update: true
- name: Build Dino
run: |
./build-win64.sh --prepare
./build-win64.sh
- name: Build Dino Installer
run: |
./build-win64.sh --build-installer
- name: Get Dino Installer
uses: actions/upload-artifact@v3
with:
name: windows-installer
path: windows-installer/dino-installer.exe
- name: Get Dino distribution
uses: actions/upload-artifact@v3
with:
name: win64-dist
path: windows-installer/win64-dist