usage example was kinda strange

This commit is contained in:
blockparole 2019-11-02 01:42:01 +01:00 committed by GitHub
parent 59ca1e3a7b
commit 2e38a2287f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v1
with: with:
name: KAMI-b9-release.jar name: KAMI
path: /home/runner/work/KAMI/KAMI/build/libs/ path: /home/runner/work/KAMI/KAMI/build/libs/KAMI-b9-release.jar