Use script from actions repo clone

This commit is contained in:
MalTeeez 2026-05-28 01:24:15 +02:00
parent 0504806bc6
commit d92614ed2e
No known key found for this signature in database

View File

@ -77,7 +77,7 @@ jobs:
if: hashFiles('./.packscripts/**') != '' if: hashFiles('./.packscripts/**') != ''
run: | run: |
echo "Aquired build artifacts from rebuild job: " && ls -lahR ./.packscripts/ echo "Aquired build artifacts from rebuild job: " && ls -lahR ./.packscripts/
bash scripts/upload-deps-to-localmaven.sh ./.packscripts/required_prs.json bash .gtnh-workflows/scripts/upload-deps-to-localmaven.sh ./.packscripts/required_prs.json
echo "Overriding dependencies of project with versions from local maven:" && cat ~/.gradle/init.gradle echo "Overriding dependencies of project with versions from local maven:" && cat ~/.gradle/init.gradle
echo "Contents of local maven:" && ls -lahR ~/.m2/repository/com/github echo "Contents of local maven:" && ls -lahR ~/.m2/repository/com/github