9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

Update workflow

This commit is contained in:
Dreeam
2024-03-05 02:11:31 -05:00
parent f5bb1f93f8
commit fef61b3787

View File

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