From a76f5b22791719e8aa3e83328ecfb8ee2ebae499 Mon Sep 17 00:00:00 2001 From: Vankka Date: Tue, 11 Feb 2025 20:15:11 +0200 Subject: [PATCH] Single quotes instead --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 85fdff11..a73651d6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,11 +32,11 @@ jobs: DISCORDSRV_AUTOTEST_MEDIA_ID: ${{ secrets.DISCORDSRV_AUTOTEST_MEDIA_ID }} DISCORDSRV_AUTOTEST_STAGE_ID: ${{ secrets.DISCORDSRV_AUTOTEST_STAGE_ID }} - name: Upload Build Artifacts - if: github.event_name == "push" + if: github.event_name == 'push' uses: actions/upload-artifact@v4 with: name: build-artifacts path: "jars/*.jar" - name: Generate and submit dependency graph - if: github.event_name == "push" + if: github.event_name == 'push' uses: gradle/actions/dependency-submission@v4 \ No newline at end of file