Skip to content

Commit

Permalink
Update bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 6, 2023
1 parent b8c077a commit 2ebdafd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "bindgen-cs"
path: "./src/cs/production/Sokol/PInvoke.gen.cs"
path: "./src/cs/production/Interop.Sokol/PInvoke.gen.cs"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
continue-on-error: true
with:
name: "bindgen-cs"
path: "./src/cs/production/Sokol"
path: "./src/cs/production/Interop.Sokol"

- name: ".NET Build"
run: dotnet build "./src/cs" --nologo --verbosity minimal --configuration Release -p:PackageVersion="$(date +'%Y.%m.%d')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: "bindgen-cs"
path: "./src/cs/production/Sokol"
path: "./src/cs/production/Interop.Sokol"

- name: "Add + commit + push (if necessary)"
uses: EndBug/add-and-commit@v7
Expand Down
4 changes: 2 additions & 2 deletions bindgen/config-generate-cs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"inputFilePath": "./x-ast/ast-cross-platform.json",
"outputFileDirectory": "./../src/cs/production/Sokol",
"namespaceName": "bottlenoselabs.Sokol",
"outputFileDirectory": "./../src/cs/production/Interop.Sokol",
"namespaceName": "bottlenoselabs.Interop.Sokol",
"className": "PInvoke",
"libraryName": "sokol",
"mappedNames": [
Expand Down

0 comments on commit 2ebdafd

Please sign in to comment.