3
0
Mirror von https://github.com/TheSilentPro/HeadDB.git synchronisiert 2024-12-26 19:02:39 +01:00

you saw nothing

Dieser Commit ist enthalten in:
Silent 2023-11-29 23:48:09 +01:00
Ursprung 3ed5c4a685
Commit 91561b721c

Datei anzeigen

@ -26,10 +26,10 @@ jobs:
- name: Build with Maven
run: mvn -B package
- name: Upload to Blob Builds
- name: Upload build
uses: WalshyDev/blob-builds/gh-action@main
with:
project: Slimefun4
project: HeadDB
releaseChannel: ${{ github.ref == 'refs/heads/release' && 'Release' || 'Dev' }}
apiToken: ${{ secrets.BUILDS_API_TOKEN }}
file: './target/HeadDB.jar'