diff --git a/.github/workflows/test-cbindgen-workflow.yml b/.github/workflows/test-cbindgen-workflow.yml index e3db7b9..8629350 100644 --- a/.github/workflows/test-cbindgen-workflow.yml +++ b/.github/workflows/test-cbindgen-workflow.yml @@ -83,6 +83,12 @@ jobs: uses: actions/download-artifact@v4 with: name: C-Bindings-bindings_c.h + path: bindings_c.h.zip + - name: Extract Artifact + shell: bash + run: | + mkdir -p extracted_artifact + unzip bindings_c.h.zip -d extracted_artifact - name: Assert Artifact Contents shell: bash run: |