Fix upload of artifacts
This commit is contained in:
parent
af2f771597
commit
dfc45724d7
1
.github/workflows/maven.yml
vendored
1
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user