-
-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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 .
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested