mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Update actions
This commit is contained in:
parent
520ac1ca51
commit
de10d5ced4
6
.github/workflows/dotnetcore.yml
vendored
6
.github/workflows/dotnetcore.yml
vendored
@ -8,9 +8,9 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4.2.2
|
||||||
- name: Setup dotnet 6.0.x
|
- name: Setup dotnet 6.0.x
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.0.x'
|
dotnet-version: '6.0.x'
|
||||||
include-prerelease: true
|
include-prerelease: true
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Build Posix Release
|
- name: Build Posix Release
|
||||||
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj --configuration Release
|
run: dotnet build Facepunch.Steamworks\Facepunch.Steamworks.Posix.csproj --configuration Release
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v4.4.3
|
||||||
with:
|
with:
|
||||||
name: Compiled Files
|
name: Compiled Files
|
||||||
path: Facepunch.Steamworks/bin
|
path: Facepunch.Steamworks/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user