Skip to content

Commit

Permalink
add to all of the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed May 25, 2022
1 parent 3cf5cf8 commit f0161b1
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_nudge_prerelease.yml
Expand Up @@ -104,6 +104,16 @@ jobs:
asset_name: Nudge_LaunchLogger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Pre-Release Asset (Suite)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_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

- name: Upload packages
uses: actions/upload-artifact@v1
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build_nudge_prerelease_manual.yml
Expand Up @@ -98,6 +98,16 @@ jobs:
asset_name: Nudge_LaunchLogger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Pre-Release Asset (Suite)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_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

- name: Upload packages
uses: actions/upload-artifact@v1
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build_nudge_release.yml
Expand Up @@ -105,6 +105,16 @@ jobs:
asset_name: Nudge_Logger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Release Asset (Suite)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_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

- name: Upload packages
uses: actions/upload-artifact@v1
with:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/build_nudge_release_manual.yml
Expand Up @@ -98,6 +98,16 @@ jobs:
asset_name: Nudge_Logger-1.0.1.pkg
asset_content_type: application/x-newton-compatible-pkg

- name: Upload Signed Package Release Asset (Suite)
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_pre_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

- name: Upload packages
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit f0161b1

Please sign in to comment.