Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Print SDL version at startup #271

Print SDL version at startup

Print SDL version at startup #271

Workflow file for this run

name: dotnet package
on: [ push ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: make
# - name: Capture Artifacts
# uses: actions/upload-artifact@v2
# with:
# name: Artifacts
# path: Client/bin/Release/net7.0