Skip to content

Commit

Permalink
Correct reference to build stub outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 14, 2024
1 parent c77178e commit c74256a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1.14.0
with:
name: ${{ jobs.build-stubs.outputs.BUILD_NUMBER }}
tag: ${{ jobs.build-stubs.outputs.BUILD_NUMBER }}
name: ${{ needs.build-stubs.outputs.BUILD_NUMBER }}
tag: ${{ needs.build-stubs.outputs.BUILD_NUMBER }}
draft: true
body: |
Build ${{ jobs.build-stubs.outputs.BUILD_NUMBER }} of the Briefcase macOS stub binary.
Build ${{ needs.build-stubs.outputs.BUILD_NUMBER }} of the Briefcase macOS stub binary.
Includes support for Python 3.9-3.13.
Expand Down

0 comments on commit c74256a

Please sign in to comment.