We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98745cf commit d80d951Copy full SHA for d80d951
1 file changed
.github/workflows/blank.yml
@@ -17,8 +17,7 @@ jobs:
17
- name: build
18
run: |
19
sudo apt update
20
- wget https://raw.githubusercontent.com/Samueru-sama/android-tools-AppImage/main/android-tools-appimage.sh
21
- chmod a+x ./android-tools-appimage.sh
+ chmod +x ./android-tools-appimage.sh
22
./android-tools-appimage.sh
23
mkdir dist
24
mv *AppImage* dist/
0 commit comments