|
|
|
@ -93,12 +93,12 @@ runs:
|
|
|
|
|
with:
|
|
|
|
|
repository: SteamRE/DepotDownloader
|
|
|
|
|
tag: DepotDownloader_${{inputs.depotdownloader-version}}
|
|
|
|
|
fileName: depotdownloader-windows-x64.zip
|
|
|
|
|
fileName: DepotDownloader-windows-x64.zip
|
|
|
|
|
|
|
|
|
|
- name: Extract DepotDownloader_${{inputs.depotdownloader-version}}
|
|
|
|
|
uses: DuckSoft/extract-7z-action@v1.0
|
|
|
|
|
with:
|
|
|
|
|
pathSource: depotdownloader-windows-x64.zip
|
|
|
|
|
pathSource: DepotDownloader-windows-x64.zip
|
|
|
|
|
pathTarget: depotdownloader
|
|
|
|
|
|
|
|
|
|
- name: Download Game Binaries (Stable)
|
|
|
|
|