Update action.yml

master
Vitalii Mikhailov 1 year ago committed by GitHub
parent 1b6cc3df66
commit 16a1b6c1ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save