Skip to content

Commit

Permalink
Fix CiCd Process - files not found. Fix path and remove working direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
denniskniep committed Jul 31, 2023
1 parent 12fa3e5 commit 0feca02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,9 @@ jobs:
with:
draft: true
generate_release_notes: true
workdir: ./neo4j-datasource-plugin
files: |
../${{ steps.metadata.outputs.archive }}
../${{ steps.metadata.outputs.archive-checksum }}
${{ steps.metadata.outputs.archive }}
${{ steps.metadata.outputs.archive-checksum }}
body: |
**This Github draft release has been created for your plugin.**
Expand Down

0 comments on commit 0feca02

Please sign in to comment.