Merge branch 'main' into fix-downloader-issues

This commit is contained in:
Luca 2023-10-21 09:22:49 +02:00 committed by GitHub
commit 2404a851f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,12 @@ jobs:
if: runner.os != 'Windows' if: runner.os != 'Windows'
run: chmod -R +x Wabbajack.FileExtractor/Extractors 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 - name: Setup .NET Core SDK 7.0.x
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with: