Skip to content

Commit

Permalink
Update ArchiSteamFarm digest to bdb94b8 (#401)
Browse files Browse the repository at this point in the history
* Update ArchiSteamFarm digest to bdb94b8

* Update .NET version

* Update .NET version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vita Chumakova <[email protected]>
  • Loading branch information
renovate[bot] and ezhevita authored Nov 20, 2024
1 parent a0564b4 commit 884fda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: .NET
on: [ push, pull_request ]

env:
DOTNET_SDK_VERSION: 8
DOTNET_SDK_VERSION: 9

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet publish -c Release -f net8.0 -o out/${{ github.event.repository.name }}
run: dotnet publish -c Release -f net9.0 -o out/${{ github.event.repository.name }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 884fda8

Please sign in to comment.