We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bba13 commit 735ebb8Copy full SHA for 735ebb8
.github/workflows/release.yml
@@ -232,7 +232,7 @@ jobs:
232
npm install -g create-dmg
233
cd dist
234
create-dmg AnyLabeling.app || test -f AnyLabeling\ 0.0.0.dmg
235
- mv AnyLabeling\ 0.0.0.dmg AnyLabeling.dmg
+ mv AnyLabeling\ 0.0.0.dmg AnyLabeling-GPU.dmg
236
if: runner.os == 'macOS'
237
238
- name: Upload release app on macOS
@@ -242,7 +242,7 @@ jobs:
242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
243
with:
244
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
245
- asset_path: ./dist/AnyLabeling.dmg
+ asset_path: ./dist/AnyLabeling-GPU.dmg
246
asset_name: AnyLabeling-GPU.dmg
247
asset_content_type: application/octet-stream
248
0 commit comments