]> sigrok.org Git - sigrok-build.git/commitdiff
Change artifact name in the MXE workfow
authorFrank Stettner <redacted>
Sun, 26 Mar 2023 16:38:06 +0000 (18:38 +0200)
committerFrank Stettner <redacted>
Sun, 26 Mar 2023 16:40:33 +0000 (18:40 +0200)
.github/workflows/pulseview_mxe.yml

index b3f52432b8ffa7207fa6fb5871a7efe3d58a07c7..e8594df65cf0b6aff7d82faee1947256bb7616c4 100644 (file)
@@ -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-*.*