Skip to content

Specify FileStream mode (Fixes #52) #17

Specify FileStream mode (Fixes #52)

Specify FileStream mode (Fixes #52) #17

Workflow file for this run

name: MSBuild
on: push
jobs:
build:
runs-on: windows-2022
env:
DOTNET_NOLOGO: true
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/[email protected]
with:
msbuild-architecture: x64
- name: Test
run: make test
- name: Publish
# run: .\build-all.cmd
run: make
- name: Upload PsxPackagerGUI Artifact
uses: actions/upload-artifact@v3
with:
name: PsxPackagerGUI
path: build\PsxPackagerGUI\**
- name: Upload win-x64 Artifact
uses: actions/upload-artifact@v3
with:
name: psxpackager-win-x64
path: build\win-x64\**