We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58618f3 + 771cb20 commit b0c8cecCopy full SHA for b0c8cec
.github/workflows/prep-release.yml
@@ -155,9 +155,7 @@ jobs:
155
with:
156
tag_name: ${{ steps.tag-name.outputs.tag }}
157
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 }}/*/*
+ files: ${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/**
161
fail_on_unmatched_files: true
162
target_commitish: ${{ github.ref }}
163
body: ${{ steps.tag-name.outputs.tag }}
0 commit comments