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 6411c30 commit f48dddcCopy full SHA for f48dddc
.github/workflows/Update.Unturned.Redist.yaml
@@ -262,7 +262,7 @@ jobs:
262
263
# Publicize the assembly
264
echo "Running assembly-publicizer..."
265
- if assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH" --overwrite; then
+ if assembly-publicizer "$ASSEMBLY_PATH"; then
266
echo "Successfully publicized Assembly-CSharp.dll"
267
# Remove backup if successful
268
rm "$ASSEMBLY_PATH.backup"
0 commit comments