From: Frank Stettner Date: Sun, 26 Mar 2023 16:38:06 +0000 (+0200) Subject: Change artifact name in the MXE workfow X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=b9f877f395d4a8df1bc461d478e8ade1ff628bd9;p=sigrok-build.git Change artifact name in the MXE workfow --- diff --git a/.github/workflows/pulseview_mxe.yml b/.github/workflows/pulseview_mxe.yml index b3f5243..e8594df 100644 --- a/.github/workflows/pulseview_mxe.yml +++ b/.github/workflows/pulseview_mxe.yml @@ -98,7 +98,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: PulseView NSIS ${{ matrix.target.target }} installer - path: pulseview/build/contrib/PulseView*installer.exe + path: pulseview/build/contrib/pulseview*installer.exe publish: @@ -128,5 +128,5 @@ jobs: run: | wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage chmod +x pyuploadtool-x86_64.AppImage - ./pyuploadtool-x86_64.AppImage **/PulseView-*.* + ./pyuploadtool-x86_64.AppImage **/pulseview-*.*