Skip to content

Fix links in README.md #7

Fix links in README.md

Fix links in README.md #7

Workflow file for this run

name: Build an artifact
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: spbu-curriculum-tool
path: Main/bin