diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e8137fe1..35fe72262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ on: description: "Path expression for artifacts to upload." type: string required: false - default: "cli/neo4jv?/target/*-distribution.zip" +# default: "cli/neo4jv?/target/*-distribution.zip" jobs: build: @@ -65,10 +65,10 @@ jobs: uses: actions/upload-artifact@v4 with: name: Commandline Utility Neo4jV4 - path: ./neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.releaseVersion }}-distribution.zip + path: ./neo4jv4/target/jqassistant-commandline-neo4jv4-${{ github.event.inputs.developmentVersion }}-distribution.zip - name: Upload Neo4jv5 Artifacts uses: actions/upload-artifact@v3 with: name: Commandline Utility Neo4jV5 - path: ./neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.releaseVersion }}-distribution.zip + path: ./neo4jv5/target/jqassistant-commandline-neo4jv5-${{ github.event.inputs.developmentVersion }}-distribution.zip