Update action.yml

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

@ -87,14 +87,20 @@ runs:
source-url: https://nuget.pkg.github.com/BUTR/index.json source-url: https://nuget.pkg.github.com/BUTR/index.json
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
uses: robinraju/release-downloader@v1
with: with:
name: DepotDownloader-framework
repository: SteamRE/DepotDownloader repository: SteamRE/DepotDownloader
tag: DepotDownloader_${{inputs.depotdownloader-version}} run-id: 10971966425
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

Loading…
Cancel
Save