File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ concurrency:
55
66on :
77 schedule :
8- - cron : " 0 16 1/2 * *"
8+ - cron : " 0 16 1/15 * *"
99 workflow_dispatch :
1010
1111jobs :
@@ -17,15 +17,15 @@ jobs:
1717 - name : build
1818 run : |
1919 sudo apt update
20- sudo apt install libfuse2
20+ sudo apt install libfuse2 desktop-file-utils
2121 wget https://raw.githubusercontent.com/Samueru-sama/android-tools-AppImage/main/android-tools-appimage.sh
2222 chmod a+x ./android-tools-appimage.sh
2323 ./android-tools-appimage.sh
2424 mkdir dist
2525 mv *AppImage dist/
2626
2727 - name : Upload artifact
28- uses : actions/upload-artifact@v1.0.0
28+ uses : actions/upload-artifact@v3
2929 with :
3030 name : Android-Tools.AppImage
3131 path : ' dist'
3636 runs-on : ubuntu-latest
3737
3838 steps :
39- - uses : actions/download-artifact@v1
39+ - uses : actions/download-artifact@v3
4040 with :
4141 name : Android-Tools.AppImage
4242
You can’t perform that action at this time.
0 commit comments