From: Soeren Apel Date: Mon, 4 Mar 2024 23:01:29 +0000 (+0100) Subject: build.yml: Release artifact test X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8900ed6e97eccbbdd9a1b9fc1137f994641ce11a;p=sigrok-build.git build.yml: Release artifact test --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05f058b..32a6dca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: