Skip to content

Commit

Permalink
Changed build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-NF committed Aug 18, 2024
1 parent 5341c4c commit e30a8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Linux Build
run: |
mkdir -v -p build/linux
godot --headless --import --export-release "Linux/X11" ../build/linux/$EXPORT_NAME.x86_64
godot --headless --import --export-release 'Linux/X11' ./build/linux/$EXPORT_NAME.x86_64
- name: Upload Artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit e30a8e0

Please sign in to comment.