From 545c754f53e7d44113e2cab960b88ab0e4bfb3d2 Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Sun, 13 Apr 2025 17:56:37 +0200 Subject: [PATCH] fix(workflows): add newline at the end of macOS build workflow file --- .gitea/workflows/test-macos-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 3e50a10e..89d27c29 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -220,4 +220,5 @@ EOF fi rm -f certificate.p12 AppleWWDRCAG3.cer DeveloperIDG2.cer api_key.p8 || true - shell: bash \ No newline at end of file + shell: bash + \ No newline at end of file