From 65f956b8c5f27a0d3be3a4052f9b1e2d78ae9b15 Mon Sep 17 00:00:00 2001 From: andyweiss Date: Mon, 3 Oct 2022 13:43:28 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ae084e..b01f454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v2.2.4 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: @@ -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/upload-artifact@v2.2.4 with: - name: AWAH-SIP_Desktop-GUI_${{ github.sha }}.dmg + name: AWAH-SIP_Codec_${{ github.sha }}.dmg path: build/AWAH-SIP_Codec_*.dmg Windows: