mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-02-21 02:31:37 +01:00
Single quotes instead
This commit is contained in:
parent
db7b835a3c
commit
a76f5b2279
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user