Skip to content

Attempt to gracefully exit process if possible with "terminate" #98

Attempt to gracefully exit process if possible with "terminate"

Attempt to gracefully exit process if possible with "terminate" #98

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- run: dotnet publish --configuration Release
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: UEVR
path: ${{github.workspace}}/UEVR/bin/Release/net6.0-windows/win-x64/publish/*.*
if-no-files-found: error