Skip to content

Commit

Permalink
#479 Adjusted default neo4j
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 18, 2024
1 parent 02c43f2 commit a249670
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 @@ -25,7 +25,7 @@ on:
description: "Neo4j version to release"
type: string
required: true
default: 'cli/neo4jv?/target/*-distribution.zip'
default: 'cli/neo4jv*/target/*-distribution.zip'
dryRun:
description: "Perform a dry run"
required: true
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: build
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: artifacts
path: .
Expand All @@ -66,7 +66,7 @@ jobs:
unzip artifacts.zip
- name: Upload Neo4jv4 Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Commandline Utility Neo4jV4
path: jqassistant-commandline-neo4jv4-${{ github.event.inputs.releaseVersion }}-distribution.zip
Expand Down

0 comments on commit a249670

Please sign in to comment.