mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-28 17:37:52 +01:00
Add dependency graph submission to build workflow
This commit is contained in:
parent
3906be9c2f
commit
1ebb5c24e0
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -31,3 +31,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build-artifacts
|
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