Skip to content

Commit 0fbc65f

Browse files
committed
Fix publicizer doesn't rewrite file
1 parent fdfa6bb commit 0fbc65f

File tree

6 files changed

+2
-116
lines changed

6 files changed

+2
-116
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"; then
265+
if assembly-publicizer "$ASSEMBLY_PATH" --overwrite; then
266266
echo "Successfully publicized Assembly-CSharp.dll"
267267
# Remove backup if successful
268268
rm "$ASSEMBLY_PATH.backup"
-3.98 MB
Binary file not shown.
-1 KB
Binary file not shown.

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>

redist/redist-server-publicized/manifest.sha256.json

Lines changed: 0 additions & 107 deletions
This file was deleted.

redist/redist-server-publicized/version.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)