Skip to content

Commit

Permalink
Update to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Jan 20, 2025
1 parent a19b915 commit cbac394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/WorkshopPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch .NET 6
- name: Fetch .NET 8
run: |
sudo apt update
sudo apt install dotnet6
sudo apt install dotnet8
- name: Fetch DepotDownloader
run: |
wget https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.4/DepotDownloader-linux-x64.zip
Expand Down

0 comments on commit cbac394

Please sign in to comment.