Skip to content

Commit b7af7b6

Browse files
committed
Fix publicizer can't rewrite file
1 parent 448d51e commit b7af7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
cp "$ASSEMBLY_PATH" "$ASSEMBLY_PATH.backup"
258258
259259
# Publicize the assembly
260-
assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH"
260+
assembly-publicizer "$ASSEMBLY_PATH" --output "$ASSEMBLY_PATH" --overwrite
261261
262262
if [ $? -eq 0 ]; then
263263
echo "Successfully publicized Assembly-CSharp.dll"

redist/redist-server-publicized/RocketModFix.Unturned.Redist.Server.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>RocketModFix.Unturned.Redist.Server.Publicized</id>
5-
<version>3.25.7.2</version>
5+
<version>3.25.7.1</version>
66
<description>
77
Unturned 3 Server-side redistributables. Standalone and always up-to-date.
88
</description>

0 commit comments

Comments
 (0)