Skip to content

Made dotnet.yml upload build artifacts #59

Made dotnet.yml upload build artifacts

Made dotnet.yml upload build artifacts #59

Workflow file for this run

name: .NET
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore SlowLang.Interpreter
- name: Build
run: dotnet build SlowLang.Interpreter --no-restore
- name: Upload build
uses: actions/upload-artifact@v3
with:
name: build (framework dependent)
path: SusLang/bin/Debug/net7.0/