Skip to content

Commit

Permalink
bump logger pkg to 1.0.1 since --info is no longer wanted
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Mar 9, 2021
1 parent f459bd2 commit f1cb7d0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 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 @@ -87,8 +87,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Logger-1.0.0.pkg
asset_name: Nudge_LaunchLogger-1.0.0.pkg
asset_path: ./outputs/Nudge_Logger-1.0.1.pkg
asset_name: Nudge_LaunchLogger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload packages
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 @@ -80,8 +80,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Logger-1.0.0.pkg
asset_name: Nudge_LaunchLogger-1.0.0.pkg
asset_path: ./outputs/Nudge_Logger-1.0.1.pkg
asset_name: Nudge_LaunchLogger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload packages
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 @@ -87,8 +87,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Logger-1.0.0.pkg
asset_name: Nudge_Logger-1.0.0.pkg
asset_path: ./outputs/Nudge_Logger-1.0.1.pkg
asset_name: Nudge_Logger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload packages
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 @@ -80,8 +80,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Nudge_Logger-1.0.0.pkg
asset_name: Nudge_Logger-1.0.0.pkg
asset_path: ./outputs/Nudge_Logger-1.0.1.pkg
asset_name: Nudge_Logger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload packages
Expand Down
1 change: 0 additions & 1 deletion build_assets/com.github.macadmins.Nudge.logger.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<string>stream</string>
<string>--predicate</string>
<string>subsystem == 'com.github.macadmins.Nudge'</string>
<string>--info</string>
<string>--style</string>
<string>syslog</string>
<string>--color</string>
Expand Down
4 changes: 2 additions & 2 deletions build_nudge.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ fi
"distribution_style": true,
"identifier": "com.github.macadmins.Nudge.Logger",
"install_location": "/",
"name": "Nudge_Logger-1.0.0.pkg",
"name": "Nudge_Logger-1.0.1.pkg",
"ownership": "recommended",
"postinstall_action": "none",
"suppress_bundle_relocation": true,
"version": "1.0.0",
"version": "1.0.1",
"signing_info": {
"identity": "$SIGNING_IDENTITY",
"timestamp": true
Expand Down

0 comments on commit f1cb7d0

Please sign in to comment.