Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusey committed Jan 14, 2025
1 parent 207da86 commit c4d1075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: godot-neural-networks-wasm
path: ./game/extern/release/godot-neural-networks.wasm
path: ./game/extern/release/
- name: Setup Godot Template
run: |
mkdir -v -p ~/.local/share/godot/export_templates
Expand Down

0 comments on commit c4d1075

Please sign in to comment.