Skip to content

Commit

Permalink
Update DepotDownloader
Browse files Browse the repository at this point in the history
  • Loading branch information
ZehMatt committed Dec 16, 2024
1 parent b3df532 commit 1f5e28e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/WorkshopPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
sudo apt install dotnet6
- name: Fetch DepotDownloader
run: |
wget https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.5.0/depotdownloader-2.5.0.zip
unzip depotdownloader-2.5.0.zip -d tools
wget https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.4/DepotDownloader-linux-x64.zip
unzip DepotDownloader-linux-x64.zip -d tools
- name: Fetch GMAD
run: |
echo "bin/gmad_linux" > gmad_files.txt
dotnet ./tools/DepotDownloader.dll -app 4020 -depot 4023 -filelist gmad_files.txt -dir gmod
chmod +x ./tools/DepotDownloader
./tools/DepotDownloader -app 4020 -depot 4023 -filelist gmad_files.txt -dir gmod
chmod +x ./gmod/bin/gmad_linux
- name: Prepare package
run: |
Expand Down

0 comments on commit 1f5e28e

Please sign in to comment.