diff --git a/.github/workflows/test-cbindgen-workflow.yml b/.github/workflows/test-cbindgen-workflow.yml index e09a4b0..8b4de42 100644 --- a/.github/workflows/test-cbindgen-workflow.yml +++ b/.github/workflows/test-cbindgen-workflow.yml @@ -32,6 +32,7 @@ jobs: rust-project-path: '.' config-file: cbindgen_cpp.toml output-header-file: bindings_cpp.hpp + upload-artifact: false - name: Assert Generated Header File shell: bash run: | @@ -53,6 +54,7 @@ jobs: with: config-file: cbindgen_c.toml output-header-file: bindings_c.h + upload-artifact: false - name: Assert Generated C Header File shell: bash run: | @@ -74,7 +76,7 @@ jobs: with: config-file: cbindgen_c.toml output-header-file: bindings_c.h - upload-artifact: 'true' + upload-artifact: true github-token: ${{ secrets.GITHUB_TOKEN }} commit-updated-bindings: 'false' - name: Download Artifact