Skip to content

Bump SixLabors.ImageSharp in /GraceAttorney.AssetCompiler #85

Bump SixLabors.ImageSharp in /GraceAttorney.AssetCompiler

Bump SixLabors.ImageSharp in /GraceAttorney.AssetCompiler #85

Workflow file for this run

name: .NET Core on Ubuntu
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build
run: dotnet build ./GraceAttorney.Core.sln --configuration Release -o release_build
- name: Upload
uses: actions/upload-artifact@v2
with:
name: GraceAttorney-Core
path: release_build