Skip to content

Commit

Permalink
Add: GitHub Action
Browse files Browse the repository at this point in the history
Signed-off-by: NaveenKumar Namachivayam <[email protected]>
  • Loading branch information
QAInsights committed Nov 19, 2023
1 parent 0632697 commit 11873ec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ jobs:
asset_content_type: application/x-diskcopy
if: matrix.os == 'macos' && matrix.arch == 'X64'

# Upload arm64 app to release
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist-arm64/Hamster-darwin.dmg
asset_name: Hamster-macos-apple-arm64.dmg
asset_content_type: application/x-diskcopy
if: matrix.os == 'self-hosted' && matrix.arch == 'ARM64'
# # Upload arm64 app to release
# - name: Upload Release Asset
# id: upload-release-asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: dist-arm64/Hamster-darwin.dmg
# asset_name: Hamster-macos-apple-arm64.dmg
# asset_content_type: application/x-diskcopy
# if: matrix.os == 'self-hosted' && matrix.arch == 'ARM64'

0 comments on commit 11873ec

Please sign in to comment.