From 5c987cd068b9abf28aadad59a5d83a837c71bfa1 Mon Sep 17 00:00:00 2001 From: Splendide Imaginarius <119545140+Splendide-Imaginarius@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:09:24 +0000 Subject: [PATCH] Add trailing newline to GitHub Actions workflow --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 018f290e..5a48e56f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -294,4 +294,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: mkxp-z.macos.${{github.event_name == 'pull_request' && format('PR{0}', github.event.number) || github.ref_name}}-${{steps.short-sha.outputs.sha}} - path: build/Build/Products/Release/Z-universal.app.zip \ No newline at end of file + path: build/Build/Products/Release/Z-universal.app.zip