mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-27 17:28:23 +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
|
uses: actions/upload-artifact@v4
|
||||||
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