mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix workflow
This commit is contained in:
parent
a5a11f23e7
commit
7b24509e9d
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -108,6 +108,8 @@ jobs:
|
||||
dotnet-version: '6.0.x'
|
||||
include-prerelease: true
|
||||
|
||||
- name: Restore
|
||||
run: dotnet restore ${{ matrix.project }}/${{ matrix.project }}.csproj
|
||||
- name: Build
|
||||
run: dotnet build ${{ matrix.project }}/${{ matrix.project }}.csproj --no-restore --configuration Release
|
||||
- name: Pack
|
||||
|
Loading…
Reference in New Issue
Block a user