From e793faab996aaefe37f1b381e574505f4c9dff59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 29 Jan 2026 22:16:15 +0100 Subject: [PATCH] publish-release: Also copy SteamAPI DLLs for Steam upload --- publish-release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/publish-release.sh b/publish-release.sh index 09442f4..253e4ae 100755 --- a/publish-release.sh +++ b/publish-release.sh @@ -138,6 +138,7 @@ if [ "${status}" == "stable" -a "${skip_stable}" == "0" ]; then cp -f ${basedir}/git/*.{md,txt,png,svg} content/ # Steam specific binaries prepared by build-release.sh cp -r ${basedir}/steam/[Gg]* content/bin/ + cp -r ${basedir}/steam/steam_api*.dll content/bin/ unzip ${reldir}/${namever}_export_templates.tpz -d content/editor_data/export_templates/ mv content/editor_data/export_templates/{templates,${template_version}} steam_build/build.sh