1
0

i swear to god

This commit is contained in:
Jannik Reimers 2025-04-03 17:18:18 +02:00
parent 087cccaff4
commit c72a66cadb
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0

View File

@ -27,6 +27,10 @@ jobs:
with:
dependency-graph: generate-and-submit
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
- name: Gradle (Build)
run: "./gradlew build"