Skip to content

Commit

Permalink
MacOS release GitHub action (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Aug 30, 2023
1 parent 3df12e1 commit 9d76923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux-release
name: macos-release

on: workflow_dispatch

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
working-directory: ${{ env.SOURCE_DIR }}/emulator
run: |
export PATH=$HOME/Qt/5.15/clang_64/bin:$PATH
mv QtUkncBtl QtUkncBtl.app
ls -l *.app
macdeployqt QtUkncBtl.app -verbose=1 -dmg
mv QtUkncBtl.dmg QtUkncBtl-macOS-${{ github.run_id }}.dmg
ls -l *.dmg
Expand Down

0 comments on commit 9d76923

Please # to comment.