Skip to content

Commit deac6cb

Browse files
committed
Fix wrong usage of assembly-publicizer
1 parent ae4b93c commit deac6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Update.Unturned.Redist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
cp "$ASSEMBLY_PATH" "$ASSEMBLY_PATH.backup"
256256
257257
# Publicize the assembly
258-
bepinex-assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH"
258+
assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH"
259259
260260
if [ $? -eq 0 ]; then
261261
echo "Successfully publicized Assembly-CSharp.dll"

0 commit comments

Comments
 (0)