Skip to content

Commit

Permalink
#479 Adjusted name artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 18, 2024
1 parent df40691 commit 89bc1bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
description: "Neo4j version to release"
type: boolean
required: true

dryRun:
description: "Perform a dry run"
required: true
Expand Down Expand Up @@ -57,8 +58,8 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
name: artifacts.zip
path: .
name: artifacts
zipFilePath: .

- name: Unpack Artifacts
run: |
Expand Down

0 comments on commit 89bc1bb

Please sign in to comment.