Update actions

This commit is contained in:
Rohan Singh 2024-12-12 13:00:34 -05:00 committed by GitHub
parent 520ac1ca51
commit de10d5ced4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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