Fix upload of artifacts

This commit is contained in:
Nico Mexis 2021-07-25 11:50:06 +02:00 committed by GitHub
parent af2f771597
commit dfc45724d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
id: project
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
if: ${{ matrix.java == '8' }}
with:
name: Bytecode-Viewer-${{ steps.project.outputs.version }}-SNAPSHOT
path: target/Bytecode-Viewer-${{ steps.project.outputs.version }}.jar