Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeO86 authored Oct 3, 2022
1 parent a800b06 commit 6cccee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: cd build && qmake ../AWAH-SIP_Codec.pro

- name: Make
run: cd build && make && mv AWAH-SIP_Codec AWAH-SIP_Codec_${{ github.sha }}.app
run: cd build && make && mv AWAH-SIP_Codec.app AWAH-SIP_Codec_${{ github.sha }}.app

- name: MacDeployQT
run: cd build && macdeployqt AWAH-SIP_Codec_${{ github.sha }}.app -dmg
Expand Down

0 comments on commit 6cccee0

Please sign in to comment.