Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 18, 2024
1 parent b9c3485 commit 9244bbf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-cbindgen-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9244bbf

Please sign in to comment.