Skip to content

add readme, license, ignore setting changes during game #2

add readme, license, ignore setting changes during game

add readme, license, ignore setting changes during game #2

Workflow file for this run

name: CI
on: [ "push", "pull_request" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
verbosity: Diagnostic
- uses: actions/upload-artifact@v3
with:
name: SabotageLimiter.dll
path: SabotageLimiter/bin/Release/net6.0/SabotageLimiter.dll