Skip to content

Commit 0feca02

Browse files
committed
Fix CiCd Process - files not found. Fix path and remove working directory
1 parent 12fa3e5 commit 0feca02

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,9 @@ jobs:
147147
with:
148148
draft: true
149149
generate_release_notes: true
150-
workdir: ./neo4j-datasource-plugin
151150
files: |
152-
../${{ steps.metadata.outputs.archive }}
153-
../${{ steps.metadata.outputs.archive-checksum }}
151+
${{ steps.metadata.outputs.archive }}
152+
${{ steps.metadata.outputs.archive-checksum }}
154153
body: |
155154
**This Github draft release has been created for your plugin.**
156155

0 commit comments

Comments
 (0)