mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-26 17:18:29 +01:00
Add dependency graph submission to build workflow
This commit is contained in:
parent
3906be9c2f
commit
1ebb5c24e0
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -30,4 +30,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build-artifacts
|
||||
path: "jars/*.jar"
|
||||
path: "jars/*.jar"
|
||||
- name: Generate and submit dependency graph
|
||||
uses: gradle/actions/dependency-submission@v4
|
Loading…
Reference in New Issue
Block a user