add package uploading

This commit is contained in:
2025-01-24 02:45:26 +02:00
parent 1e982cd2ef
commit 6125772038
9 changed files with 39 additions and 10 deletions

View File

@@ -25,10 +25,14 @@ jobs:
gradle-version: "8.10"
- name: Build
run: gradle build
- name: Publish
run: gradle publish
env:
ACCESS_TOKEN: "${{github.token}}"
REPO_URL: "${{github.api_url}}/packages/${{github.repository_owner}}/maven"
- name: Create release
uses: "https://gitea.com/actions/gitea-release-action@main"
with:
# api_key: "${{secrets.TOKEN}}"
files: |
LICENSE
build/libs/*.jar