diff --git a/action.yml b/action.yml index ecf2adf..7a9d741 100644 --- a/action.yml +++ b/action.yml @@ -93,12 +93,12 @@ runs: with: repository: SteamRE/DepotDownloader tag: DepotDownloader_${{inputs.depotdownloader-version}} - fileName: depotdownloader-windows-x64.zip + fileName: DepotDownloader-windows-x64.zip - name: Extract DepotDownloader_${{inputs.depotdownloader-version}} uses: DuckSoft/extract-7z-action@v1.0 with: - pathSource: depotdownloader-windows-x64.zip + pathSource: DepotDownloader-windows-x64.zip pathTarget: depotdownloader - name: Download Game Binaries (Stable)