Update action.yml

master v1.5
Vitaly Mikhailov 4 years ago committed by GitHub
parent f903f4729f
commit 170279ac70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@ runs:
- name: Download Game binaries (Stable) - name: Download Game binaries (Stable)
run: >- 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}} 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}}; -password ${{inputs.steam-password}} -filelist ${{inputs.steam-filefilter}} -dir ${{inputs.stable-directory}};
shell: pwsh shell: pwsh

Loading…
Cancel
Save