Update action.yml

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

@ -89,8 +89,10 @@ runs:
NUGET_AUTH_TOKEN: ${{inputs.github-token}} NUGET_AUTH_TOKEN: ${{inputs.github-token}}
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
id: download_depotdownloader
with: with:
name: DepotDownloader-framework name: DepotDownloader-windows-x64
path: depotdownloader
repository: SteamRE/DepotDownloader repository: SteamRE/DepotDownloader
run-id: 10971966425 run-id: 10971966425
@ -102,11 +104,11 @@ runs:
# 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: ${{fromJson(steps.download_depotdownloader.outputs.downloaded_files)[0]}} # pathSource: ${{fromJson(steps.download_depotdownloader.outputs.downloaded_files)[0]}}
pathTarget: depotdownloader # pathTarget: depotdownloader
- name: Download Game Binaries (Stable) - name: Download Game Binaries (Stable)
run: >- run: >-

Loading…
Cancel
Save