Skip to content

Commit 9c9b0c6

Browse files
author
Guillaume CAMUS
committed
ci: fix export asset to release
Signed-off-by: Guillaume CAMUS <[email protected]>
1 parent c532675 commit 9c9b0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,6 @@ jobs:
227227
name: 'Release ${{ steps.get_version.outputs.VERSION }}'
228228
generate_release_notes: true
229229
files: |
230-
dist/*
230+
pact-graph-network*
231231
env:
232232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)