Skip to content

Commit

Permalink
Correct syntax issue with update-binary workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 14, 2024
1 parent b2d85a3 commit 7d8ce9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
- name: Get build artifacts
uses: actions/download-artifact@v4.1.8
with:
pattern: *-stubs
path: dist
merge-multiple: true

Expand All @@ -97,4 +96,6 @@ jobs:
body: |
Build ${{ github.ref }} of the Briefcase macOS stub binary.
Includes support for Python 3.9-3.13.
artifacts: "dist/*"

0 comments on commit 7d8ce9c

Please sign in to comment.