]> sigrok.org Git - sigrok-build.git/commitdiff
build.yml: Release artifact test
authorSoeren Apel <redacted>
Mon, 4 Mar 2024 23:01:29 +0000 (00:01 +0100)
committerSoeren Apel <redacted>
Tue, 5 Mar 2024 08:43:01 +0000 (09:43 +0100)
.github/workflows/build.yml

index 05f058b90aedf0666f79dce42afb737994959381..32a6dca5f5b3d4432460dbd755e272ddc777e950 100644 (file)
@@ -513,16 +513,21 @@ jobs:
 #      - build_sigrok-cli_macos
 
     steps:
+      - name: Download artifacts
+        uses: actions/download-artifact@v4
+      - name: Inspect directory after downloading artifacts
+        run: ls -alFR
       - name: Create release
         id: create_release
         uses: softprops/action-gh-release@v1
         with:
           files: |
-            artifact-pulseview-mxe
-            artifact-sigrok-cli-mxe
+            artifact-sigrok-cli-mxe/sigrok-cli-*
+            artifact-pulseview-mxe/pulseview-*
           tag_name: continuous
           generate_release_notes: false
           draft: false
+          fail_on_unmatched_files: true
 
 
   publish: