We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc8ad1 commit 26b65e0Copy full SHA for 26b65e0
.github/workflows/generate-symbols.yml
@@ -134,7 +134,7 @@ jobs:
134
+quit
135
tar xjf dfhack-symbols-linux64-build.tar.bz2 -C DF_steam
136
xml/symbols_gen_linux.sh ${{ inputs.version == 'auto' && '50.0' || inputs.version }} STEAM DF_steam
137
- if [ "${{ inputs.version }}" = "auto" ]; then
+ if [ "${{ inputs.version }}" == "auto" ]; then
138
while pgrep dwarfort; do
139
echo "waiting for DF to exit"
140
sleep 0.5
0 commit comments