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 ae4b93c commit deac6cbCopy full SHA for deac6cb
.github/workflows/Update.Unturned.Redist.yaml
@@ -255,7 +255,7 @@ jobs:
255
cp "$ASSEMBLY_PATH" "$ASSEMBLY_PATH.backup"
256
257
# Publicize the assembly
258
- bepinex-assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH"
+ assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH"
259
260
if [ $? -eq 0 ]; then
261
echo "Successfully publicized Assembly-CSharp.dll"
0 commit comments