Skip to content

Try again...

Try again... #66

name: Build TinkeDSi nightly x86
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
env:
Solution_Name: Tinke.sln
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1.3
# Build
- name: Build
run: |
./compile.bat Release x86
- uses: actions/upload-artifact@master
with:
name: TinkeDSi-nightly-x86
path: build