Skip to content

Commit

Permalink
Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Jul 9, 2023
1 parent 961d8d1 commit b6a0a86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "bindgen-cs"
path: "./src/cs/production/SDL/SDL.gen.cs"
path: "./src/cs/production/SDL/Generated"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
continue-on-error: true
with:
name: "bindgen-cs"
path: "./src/cs/production/SDL"
path: "./src/cs/production/SDL/Generated"

- name: ".NET Build"
run: dotnet build "./src/cs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: EndBug/add-and-commit@v7
with:
author_name: 'lithiumtoast'
author_email: '[email protected]'
author_email: '519592+[email protected]'
message: "Update C# bindings"

0 comments on commit b6a0a86

Please sign in to comment.