Update action.yml

master v1.6.0
Vitalii Mikhailov 9 months ago committed by GitHub
parent d8ba48ed4e
commit 511f14ad97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ inputs:
depotdownloader-version: depotdownloader-version:
description: '' description: ''
default: '2.7.1' default: '3.0.0'
opencover-version: opencover-version:
description: '' description: ''
default: '4.7.922' default: '4.7.922'
@ -88,28 +88,19 @@ runs:
env: env:
NUGET_AUTH_TOKEN: ${{inputs.github-token}} NUGET_AUTH_TOKEN: ${{inputs.github-token}}
- uses: actions/download-artifact@v4 - name: Download DepotDownloader_${{inputs.depotdownloader-version}}
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
run-id: 10971966425 tag: DepotDownloader_${{inputs.depotdownloader-version}}
github-token: ${{ github.token }} fileName: DepotDownloader-windows-x64.zip
#- name: Download DepotDownloader_${{inputs.depotdownloader-version}}
# id: download_depotdownloader
# uses: robinraju/release-downloader@v1
# with:
# repository: SteamRE/DepotDownloader
# tag: DepotDownloader_${{inputs.depotdownloader-version}}
# 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