Skip to content

Archiver 2.0

Archiver 2.0 #10

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Setup .NET Core SDK
uses: actions/[email protected]
- uses: actions/[email protected]
- name: Restore Packages
run: nuget restore
- name: setup-msbuild
uses: microsoft/[email protected]
- name: Build app for release
run: msbuild EXILED-DLL-Archiver\EXILED-DLL-Archiver.csproj -t:rebuild -verbosity:diag -property:Configuration=Release
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: EXILED-DLL-Archiver.exe
path: EXILED-DLL-Archiver/bin/Release/EXILED-DLL-Archiver.exe