Skip to content

Commit f48dddc

Browse files
committed
Temp fix publicizer can't overwrite file
1 parent 6411c30 commit f48dddc

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
@@ -262,7 +262,7 @@ jobs:
262262
263263
# Publicize the assembly
264264
echo "Running assembly-publicizer..."
265-
if assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH" --overwrite; then
265+
if assembly-publicizer "$ASSEMBLY_PATH"; then
266266
echo "Successfully publicized Assembly-CSharp.dll"
267267
# Remove backup if successful
268268
rm "$ASSEMBLY_PATH.backup"

0 commit comments

Comments
 (0)