Skip to content

Commit

Permalink
v1.0.1 launchagent on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Dec 29, 2022
1 parent 8d14d37 commit daa5a16
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_nudge_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_LaunchAgent-1.0.0.pkg
asset_name: Nudge_LaunchAgent-1.0.0.pkg
asset_path: ./outputs/Nudge_LaunchAgent-1.0.1.pkg
asset_name: Nudge_LaunchAgent-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Pre-Release Asset (Logger)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_nudge_prerelease_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_LaunchAgent-1.0.0.pkg
asset_name: Nudge_LaunchAgent-1.0.0.pkg
asset_path: ./outputs/Nudge_LaunchAgent-1.0.1.pkg
asset_name: Nudge_LaunchAgent-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Pre-Release Asset (Logger)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_nudge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_LaunchAgent-1.0.0.pkg
asset_name: Nudge_LaunchAgent-1.0.0.pkg
asset_path: ./outputs/Nudge_LaunchAgent-1.0.1.pkg
asset_name: Nudge_LaunchAgent-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Release Asset (Logger)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_nudge_release_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_LaunchAgent-1.0.0.pkg
asset_name: Nudge_LaunchAgent-1.0.0.pkg
asset_path: ./outputs/Nudge_LaunchAgent-1.0.1.pkg
asset_name: Nudge_LaunchAgent-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Release Asset (Logger)
Expand Down

0 comments on commit daa5a16

Please sign in to comment.