Skip to content

Commit

Permalink
fix non pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Jun 3, 2022
1 parent b77495c commit 0f2af6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_nudge_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bbuild signed Nudge and upload signed package
name: Build signed Nudge and upload signed package

env:
NOTARY_APP_PASSWORD: ${{ secrets.NOTARY_APP_PASSWORD }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Suite-${{env.NUDGE_VERSION}}.pkg
asset_name: Nudge_Suite-${{env.NUDGE_VERSION}}.pkg
asset_content_type: application/x-newton-compatible-pkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nudge_release_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Suite-${{env.NUDGE_VERSION}}.pkg
asset_name: Nudge_Suite-${{env.NUDGE_VERSION}}.pkg
asset_content_type: application/x-newton-compatible-pkg
Expand Down

0 comments on commit 0f2af6c

Please sign in to comment.