Skip to content

Commit

Permalink
path slashes were wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
aignermax committed Feb 23, 2024
1 parent 75100e4 commit 6fb9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Exe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: project_version
run: |
version=$(grep '<Version>' Connect-A-PIC.csproj | sed -e 's/<[^>]*>//g' | xargs)
echo $version > .\Release\version.txt
echo $version > $GITHUB_WORKSPACE/Release/version.txt
- name: 🧑‍🔬 Generate .NET Bindings
run: godot --headless --build-solutions --quit || exit 0
Expand Down

0 comments on commit 6fb9258

Please sign in to comment.