mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Update dotnetcore.yml
This commit is contained in:
parent
5475972ae7
commit
4463739be5
7
.github/workflows/dotnetcore.yml
vendored
7
.github/workflows/dotnetcore.yml
vendored
@ -29,6 +29,13 @@ jobs:
|
||||
- name: Build Posix
|
||||
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj
|
||||
|
||||
- name: Build Win64 Release
|
||||
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Win64.csproj --configuration Release
|
||||
- name: Build Win32 Release
|
||||
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Win32.csproj --configuration Release
|
||||
- name: Build Posix Release
|
||||
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj --configuration Release
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Compiled Files
|
||||
|
Loading…
Reference in New Issue
Block a user