Merge branch 'main' into fix-downloader-issues

This commit is contained in:
Luca
2023-10-21 09:22:49 +02:00
committed by GitHub

View File

@ -31,7 +31,13 @@ jobs:
- name: Set Permissions
if: runner.os != 'Windows'
run: chmod -R +x Wabbajack.FileExtractor/Extractors
- name: Setup .NET Core SDK 8.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v1
with: