Skip to content

Commit

Permalink
Merge branch 'v1.0' into v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Jan 20, 2023
2 parents 5bed472 + 91b716c commit 771cb20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,7 @@ jobs:
with:
tag_name: ${{ steps.tag-name.outputs.tag }}
draft: ${{ ! inputs.publish }}
files: |
${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/*
${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/*/*
files: ${{ env.CYGPORT_PF }}.${{ env.CYGPORT_ARCH }}/dist/${{ env.CYGPORT_NAME }}/**
fail_on_unmatched_files: true
target_commitish: ${{ github.ref }}
body: ${{ steps.tag-name.outputs.tag }}

0 comments on commit 771cb20

Please sign in to comment.