Skip to content

Commit

Permalink
changing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rsantacroce committed Jan 18, 2024
1 parent dade76a commit 56710f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
chmod +x ./${{ matrix.godot_executable }}
fi
ls
./${{ matrix.godot_executable }} --export "${{ matrix.platform }}" mygame.${{ matrix.extension }}
./${{ matrix.godot_executable }} --export-release "${{ matrix.platform }}" drivehcain_launcher.${{ matrix.extension }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 56710f0

Please sign in to comment.