Skip to content

Commit 59578a3

Browse files
authored
Update blank.yml
1 parent 21fbc64 commit 59578a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55

66
on:
77
schedule:
8-
- cron: "0 16 1/2 * *"
8+
- cron: "0 16 1/15 * *"
99
workflow_dispatch:
1010

1111
jobs:
@@ -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'
@@ -36,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)