Compare commits

..

3 Commits

Author SHA1 Message Date
Vitalii Mikhailov d8ba48ed4e
Update action.yml 1 year ago
Vitalii Mikhailov 38d707df6a
Update action.yml 1 year ago
Vitalii Mikhailov abfacdcd36
Update action.yml 1 year ago

@ -88,19 +88,28 @@ runs:
env: env:
NUGET_AUTH_TOKEN: ${{inputs.github-token}} NUGET_AUTH_TOKEN: ${{inputs.github-token}}
- name: Download DepotDownloader_${{inputs.depotdownloader-version}} - uses: actions/download-artifact@v4
id: download_depotdownloader id: download_depotdownloader
uses: robinraju/release-downloader@v1
with: with:
name: DepotDownloader-windows-x64
path: depotdownloader
repository: SteamRE/DepotDownloader repository: SteamRE/DepotDownloader
tag: DepotDownloader_${{inputs.depotdownloader-version}} run-id: 10971966425
fileName: DepotDownloader-windows-x64.zip github-token: ${{ github.token }}
- name: Extract DepotDownloader_${{inputs.depotdownloader-version}} #- name: Download DepotDownloader_${{inputs.depotdownloader-version}}
uses: DuckSoft/extract-7z-action@v1.0 # id: download_depotdownloader
with: # uses: robinraju/release-downloader@v1
pathSource: ${{fromJson(steps.download_depotdownloader.outputs.downloaded_files)[0]}} # with:
pathTarget: depotdownloader # repository: SteamRE/DepotDownloader
# tag: DepotDownloader_${{inputs.depotdownloader-version}}
# fileName: DepotDownloader-windows-x64.zip
#- name: Extract DepotDownloader_${{inputs.depotdownloader-version}}
# uses: DuckSoft/extract-7z-action@v1.0
# with:
# pathSource: ${{fromJson(steps.download_depotdownloader.outputs.downloaded_files)[0]}}
# pathTarget: depotdownloader
- name: Download Game Binaries (Stable) - name: Download Game Binaries (Stable)
run: >- run: >-

Loading…
Cancel
Save