mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 07:08:05 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
1a1d023356
commit
42c7755a58
12
.github/workflows/dotnetcore.yml
vendored
12
.github/workflows/dotnetcore.yml
vendored
@ -6,10 +6,16 @@ jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup dotnet 6.x
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '6.x'
|
||||
- name: Display dotnet version
|
||||
run: dotnet --version
|
||||
|
||||
- name: setup-msbuild
|
||||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
@ -30,4 +36,4 @@ jobs:
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Compiled Files
|
||||
path: Facepunch.Steamworks/bin
|
||||
path: Facepunch.Steamworks/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user