Skip to content

Commit 735ebb8

Browse files
committed
Correct dmg package name for GPU
1 parent 71bba13 commit 735ebb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
npm install -g create-dmg
233233
cd dist
234234
create-dmg AnyLabeling.app || test -f AnyLabeling\ 0.0.0.dmg
235-
mv AnyLabeling\ 0.0.0.dmg AnyLabeling.dmg
235+
mv AnyLabeling\ 0.0.0.dmg AnyLabeling-GPU.dmg
236236
if: runner.os == 'macOS'
237237

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

0 commit comments

Comments
 (0)