CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 39s

This commit is contained in:
Konstantin Hintermayer
2025-05-14 21:56:48 +02:00
parent d967449889
commit ee763a1333
2 changed files with 19 additions and 1 deletions

View File

@ -19,6 +19,8 @@ jobs:
git branch --remote --contains | grep origin/main
- name: Set VERSION variable from tag
run: echo "VERSION=${GITEA_REF/refs\/tags\/v/}" >> $GITEA_ENV
- name: Setup Dotnet SDK
uses: https://github.com/actions/setup-dotnet@v4
- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}
- name: Test