Skip to content

Commit

Permalink
Merge branch 'develop' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 30, 2024
2 parents 8353f0a + 057c3fa commit feac0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
echo "waiting for DF to start"
sleep 0.5
done
df_ver=`./dfhack-run lua print(dfhack.gui.getDFViewscreen(true).str_version)`
df_ver=`./dfhack-run lua 'print(dfhack.gui.getDFViewscreen(true).str_version)'`
sed -i "s/v0.50.0 linux64 STEAM/v0.${df_ver} linux64 STEAM/" ../xml/symbols.xml
fi
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
echo "waiting for DF to start"
sleep 0.5
done
df_ver=`./dfhack-run.exe lua print(dfhack.gui.getDFViewscreen(true).str_version)`
df_ver=`./dfhack-run.exe lua 'print(dfhack.gui.getDFViewscreen(true).str_version)'`
sed -i "s/v0.50.0 win64 STEAM/v0.${df_ver} win64 STEAM/" ../xml/symbols.xml
- name: Merge updates
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watch-df-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
if: env.TIMESTAMP
with:
path: state
key: watchstate-${{ matrix.version }}-${{ env.TIMESTAMP }}
key: watchstate-${{ matrix.df_steam_branch }}-${{ env.TIMESTAMP }}

0 comments on commit feac0fe

Please sign in to comment.