Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andyweiss authored Oct 3, 2022
1 parent 7148ec3 commit 65f956b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: AWAH-SIP_Desktop-GUI_${{ github.sha }}-x86_64.AppImage
name: AWAH-SIP_Codec_${{ github.sha }}-x86_64.AppImage
path: build/AWAH-SIP_Codec-*-x86_64.AppImage

MacOS:
Expand Down Expand Up @@ -75,15 +75,15 @@ jobs:
run: cd build && qmake ../AWAH-SIP_Codec.pro

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

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

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: AWAH-SIP_Desktop-GUI_${{ github.sha }}.dmg
name: AWAH-SIP_Codec_${{ github.sha }}.dmg
path: build/AWAH-SIP_Codec_*.dmg

Windows:
Expand Down

0 comments on commit 65f956b

Please sign in to comment.