Skip to content

Commit b0c8cec

Browse files
committed
Merge branch 'v1.1'
2 parents 58618f3 + 771cb20 commit b0c8cec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prep-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ jobs:
155155
with:
156156
tag_name: ${{ steps.tag-name.outputs.tag }}
157157
draft: ${{ ! inputs.publish }}
158-
files: |
159-
${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/*
160-
${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/*/*
158+
files: ${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/**
161159
fail_on_unmatched_files: true
162160
target_commitish: ${{ github.ref }}
163161
body: ${{ steps.tag-name.outputs.tag }}

0 commit comments

Comments
 (0)