Single quotes instead

This commit is contained in:
Vankka 2025-02-11 20:15:11 +02:00
parent db7b835a3c
commit a76f5b2279
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -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