Skip to content

Commit

Permalink
#479 Added Display structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 19, 2024
1 parent f8bb78a commit aa19df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Commandline Utility Neo4jV4
path: cli/neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.developmentVersion }}-distribution.zip
path: ./neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.developmentVersion }}-distribution.zip
if-no-files-found: warn

- name: Upload Neo4jv5 Artifacts
uses: actions/upload-artifact@v3
with:
name: Commandline Utility Neo4jV5
path: cli/neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.developmentVersion }}-distribution.zip
path: ./neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.developmentVersion }}-distribution.zip
if-no-files-found: warn

0 comments on commit aa19df4

Please sign in to comment.