Skip to content

Commit dfc4572

Browse files
authored
Fix upload of artifacts
1 parent af2f771 commit dfc4572

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
id: project
3131
- name: 'Upload Artifact'
3232
uses: actions/upload-artifact@v2
33+
if: ${{ matrix.java == '8' }}
3334
with:
3435
name: Bytecode-Viewer-${{ steps.project.outputs.version }}-SNAPSHOT
3536
path: target/Bytecode-Viewer-${{ steps.project.outputs.version }}.jar

0 commit comments

Comments
 (0)