Skip to content

Commit

Permalink
allow steam deploy to *not* happen if blank
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 22, 2024
1 parent b85cfcf commit d4800b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ on:
steam_branch:
description: DFHack Steam branch to deploy to (leave blank to skip deploy)
type: string
default: staging

jobs:
package:
Expand Down Expand Up @@ -113,8 +112,6 @@ jobs:
else
BETA_PARAMS="-beta ${{ inputs.df_steam_branch }}"
fi
touch $HOME/Steam/logs/stderr.txt
tail -F $HOME/Steam/logs/stderr.txt &
${{ steps.steamcmd.outputs.executable }} \
+@ShutdownOnFailedCommand 1 \
+force_install_dir $PWD/DF_steam \
Expand Down Expand Up @@ -223,8 +220,6 @@ jobs:
else
BETA_PARAMS="-beta ${{ inputs.df_steam_branch }}"
fi
touch $HOME/Steam/logs/stderr.txt
tail -F $HOME/Steam/logs/stderr.txt &
${{ steps.steamcmd.outputs.executable }} \
+@ShutdownOnFailedCommand 1 \
+@sSteamCmdForcePlatformType windows \
Expand Down

0 comments on commit d4800b0

Please sign in to comment.