Skip to content

Commit

Permalink
fix: working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 16, 2023
1 parent fc208a6 commit d23746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fi
- name: 🧐 Make sure we can build a .NET Godot game
working-directory: /TestPackage/TestPackage.Tests/project.godot
working-directory: TestPackage/TestPackage.Tests/project.godot
run: |
GODOT="$(dotnet run -- godot env path)"
$GODOT --headless --build-solutions --quit
Expand Down

0 comments on commit d23746e

Please sign in to comment.