Fix STD serialization after STJ changes #234
Annotations
1 error
main
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eu; dotnet --info; case \"$TARGETOS\" in \"linux\") ;; *) echo \"ERROR: Unsupported OS: ${TARGETOS}\"; exit 1 ;; esac; case \"$TARGETARCH\" in \"amd64\") asf_variant=\"${TARGETOS}-x64\" ;; \"arm\") asf_variant=\"${TARGETOS}-${TARGETARCH}\" ;; \"arm64\") asf_variant=\"${TARGETOS}-${TARGETARCH}\" ;; *) echo \"ERROR: Unsupported CPU architecture: ${TARGETARCH}\"; exit 1 ;; esac; dotnet publish ArchiSteamFarm -c \"$CONFIGURATION\" -o \"out\" -p:ASFVariant=docker -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -r \"$asf_variant\" --nologo --no-self-contained; if [ -n \"${STEAM_TOKEN_DUMPER_TOKEN-}\" ] && [ -f \"ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SharedInfo.cs\" ]; then sed -i \"s/STEAM_TOKEN_DUMPER_TOKEN/${STEAM_TOKEN_DUMPER_TOKEN}/g\" \"ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SharedInfo.cs\"; fi; for plugin in $PLUGINS; do dotnet publish \"$plugin\" -c \"$CONFIGURATION\" -o \"out/plugins/$plugin\" -p:ASFVariant=docker -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -r \"$asf_variant\" --nologo --no-self-contained; done" did not complete successfully: exit code: 1
|