Skip to content

Merge pull request #16 from astra1dev/v1.1.5 #66

Merge pull request #16 from astra1dev/v1.1.5

Merge pull request #16 from astra1dev/v1.1.5 #66

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: AUnlocker.dll
path: AUnlocker/bin/Release/net6.0/AUnlocker.dll