We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi From the example
jobs: deployToSteam: runs-on: ubuntu-latest steps: - uses: game-ci/steam-deploy@v3 with: username: ${{ secrets.STEAM_USERNAME }} configVdf: ${{ secrets.STEAM_CONFIG_VDF}} appId: 1234560 buildDescription: v1.2.3 rootPath: build depot1Path: StandaloneWindows64 depot1InstallScriptPath: StandaloneWindows64/install_script.vdf depot2Path: StandaloneLinux64 releaseBranch: prerelease
the configVdf , can we add more dvf file ? since I have a multiple runner and I want it to run like 2-3 build at once .
Thank you .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
From the example
the configVdf , can we add more dvf file ? since I have a multiple runner and I want it to run like 2-3 build at once .
Thank you .
The text was updated successfully, but these errors were encountered: