Skip to content

Commit

Permalink
#479 Bug fixed/ typo
Browse files Browse the repository at this point in the history
clear Code
  • Loading branch information
yaseno2186 committed Jul 18, 2024
1 parent 72e4c44 commit 685a26a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 685a26a

Please sign in to comment.