Skip to content

Commit

Permalink
#479 Adjusted unpacking artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 18, 2024
1 parent 89bc1bb commit cedfb62
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ on:
default: "X.Y.Z-SNAPSHOT"
neo4j:
description: "Neo4j version to release"
type: boolean
type: string
required: true

default: "cli/*/target/*-distribution.zip"
dryRun:
description: "Perform a dry run"
required: true
Expand All @@ -43,7 +43,7 @@ jobs:
developmentVersion: ${{ github.event.inputs.developmentVersion }}
neo4j: ${{ github.event.inputs.neo4j }}
dryRun: ${{ github.event.inputs.dryRun }}
# releaseArtifacts: "cli/neo4jv?/target/*-distribution.zip"
# releaseArtifacts: "cli/*/target/*-distribution.zip"
secrets:
ossrh_username: ${{ secrets.OSSRH_USERNAME }}
ossrh_password: ${{ secrets.OSSRH_PASSWORD }}
Expand All @@ -62,8 +62,7 @@ jobs:
zipFilePath: .

- name: Unpack Artifacts
run: |
unzip artifacts.zip
run: unzip artifacts

- name: Upload Neo4jv4 Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cedfb62

Please sign in to comment.