From 38d707df6ae5c215d99386037096dea80a871a45 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Wed, 25 Sep 2024 22:41:04 +0300 Subject: [PATCH] Update action.yml --- action.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/action.yml b/action.yml index 865f1ac..6fd4e72 100644 --- a/action.yml +++ b/action.yml @@ -89,8 +89,10 @@ runs: NUGET_AUTH_TOKEN: ${{inputs.github-token}} - uses: actions/download-artifact@v4 + id: download_depotdownloader with: - name: DepotDownloader-framework + name: DepotDownloader-windows-x64 + path: depotdownloader repository: SteamRE/DepotDownloader run-id: 10971966425 @@ -102,11 +104,11 @@ runs: # 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: 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) run: >-