Skip to content

Commit 0bf675b

Browse files
committed
Update only specified files to update tool
1 parent 950e019 commit 0bf675b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ jobs:
205205
;;
206206
esac
207207
208+
# Add -update-files with all DLL files
209+
flags="$flags -update-files [Assembly-CSharp.dll,UnturnedDat.dll,UnityEx.dll,SystemEx.dll,SDG.NetTransport.dll,SDG.NetPak.Runtime.dll,SDG.HostBans.Runtime.dll,SDG.Glazier.Runtime.dll,com.rlabrecque.steamworks.net.dll]"
210+
208211
if [[ "${{ matrix.variant }}" == client-publicized || "${{ matrix.variant }}" == server-publicized || "${{ matrix.variant }}" == client-preview-publicized || "${{ matrix.variant }}" == server-preview-publicized ]]; then
209212
flags="$flags -publicize [Assembly-CSharp.dll]"
210213
fi

0 commit comments

Comments
 (0)