mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-29 11:22:16 +00:00
fix paths
This commit is contained in:
parent
c420e0a80d
commit
a6627e92bd
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ jobs:
|
|||
export PATH=/tmp/haxe/:"$PATH"
|
||||
cd ~/MBHaxe
|
||||
haxe Export/android/app/src/main/build.hxml
|
||||
mkdir Export/android/app/src/assets/data
|
||||
cp -rf data/* Export/android/app/src/assets/data
|
||||
mkdir -p Export/android/app/src/main/assets/data
|
||||
cp -rf data/* Export/android/app/src/main/assets/data
|
||||
cd Export/android
|
||||
chmod +x gradlew
|
||||
./gradlew
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue