Skip to content

Commit

Permalink
Correct dmg package name for GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed May 7, 2023
1 parent 71bba13 commit 735ebb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
npm install -g create-dmg
cd dist
create-dmg AnyLabeling.app || test -f AnyLabeling\ 0.0.0.dmg
mv AnyLabeling\ 0.0.0.dmg AnyLabeling.dmg
mv AnyLabeling\ 0.0.0.dmg AnyLabeling-GPU.dmg
if: runner.os == 'macOS'

- name: Upload release app on macOS
Expand All @@ -242,7 +242,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./dist/AnyLabeling.dmg
asset_path: ./dist/AnyLabeling-GPU.dmg
asset_name: AnyLabeling-GPU.dmg
asset_content_type: application/octet-stream
if: runner.os == 'macOS'

0 comments on commit 735ebb8

Please sign in to comment.