cd into directory + build
This commit is contained in:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -44,7 +44,11 @@ jobs:
|
||||
./fix-pub.sh
|
||||
|
||||
- name: Build
|
||||
run: ./refilc/build.sh
|
||||
run: |
|
||||
cd refilc
|
||||
chmod +x build.sh
|
||||
./build.sh
|
||||
cd ..
|
||||
|
||||
- name: Upload Android Release
|
||||
uses: actions/upload-artifact@v4.6.1
|
||||
|
||||
0
fix-pub.sh
Normal file → Executable file
0
fix-pub.sh
Normal file → Executable file
Reference in New Issue
Block a user