release action
Some checks failed
build / build (17, ubuntu-22.04) (push) Failing after 1m23s

This commit is contained in:
Flummi 2023-06-04 13:56:57 +02:00
parent d21741de31
commit b18f254b33
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817

View File

@ -33,7 +33,8 @@ jobs:
run: ./gradlew build run: ./gradlew build
- name: capture build artifacts - name: capture build artifacts
if: ${{ matrix.java == '17' }} # Only upload artifacts built from latest java on one OS if: ${{ matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3 uses: actions/release-action@main
with: with:
name: Artifacts files: |-
path: build/libs/ build/libs/**
api_key: '${{secrets.RELEASE_TOKEN}}'