Skip to content

Commit

Permalink
Revert "Fix relative pathing"
Browse files Browse the repository at this point in the history
This reverts commit d680049.
  • Loading branch information
Cyberboss committed Aug 20, 2024
1 parent be26316 commit 4c10459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/deb/build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pushd ..
if [[ -z "$RELEASE_NOTES_DLL_PATH" ]]; then
dotnet run -c Release -p:TGS_HOST_NO_WEBPANEL=true --project tools/Tgstation.Server.ReleaseNotes $TGS_VERSION --debian packaging/debian/changelog $CURRENT_COMMIT
else
dotnet ../$RELEASE_NOTES_DLL_PATH $TGS_VERSION --debian packaging/debian/changelog $CURRENT_COMMIT
dotnet $RELEASE_NOTES_DLL_PATH $TGS_VERSION --debian packaging/debian/changelog $CURRENT_COMMIT
fi
popd

Expand Down

0 comments on commit 4c10459

Please sign in to comment.