Faster Vroom Vroom

This commit is contained in:
budgidiere 2020-07-17 23:58:35 -05:00 committed by GitHub
parent f3d641a80d
commit d168cfee3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
java: [11, 8, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.2.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.3.0
with:
@ -45,7 +45,7 @@ jobs:
run: |
./yapfa full
- name: Upload Artifact
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v2.0.1
with:
name: YAPFA-${{ matrix.java }}
path: target/YAPFA-1.16.1-paperclip.jar