diff --git a/action.yml b/action.yml index 3028adb..e7a698a 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: - name: Download Game binaries (Stable) run: >- - if ('${{inputs.stable-version}}' -eq '') { throw "Stable version missing!" }; + if ('${{inputs.stable-version}}' -eq '') { Return }; dotnet depotdownloader/DepotDownloader.dll -app ${{inputs.steam-appid}} -depot ${{inputs.steam-depotid}} -beta ${{inputs.stable-version}} -username ${{inputs.steam-login}} -password ${{inputs.steam-password}} -filelist ${{inputs.steam-filefilter}} -dir ${{inputs.stable-directory}}; shell: pwsh