9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-26 10:29:13 +00:00
This commit is contained in:
Dreeam
2024-03-05 02:18:41 -05:00
parent fef61b3787
commit d04712186a

View File

@@ -37,7 +37,7 @@ jobs:
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
./gradlew :leaf-api:publish
./gradlew publishDevBundlePublicationToMavenLocal -PpublishDevBundle=true
./gradlew publishDevBundlePublicationToLeafRepository -PpublishDevBundle=true
- name: Upload Leaf
uses: actions/upload-artifact@main