Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Sep 10, 2024
1 parent 21fbc64 commit 59578a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:

on:
schedule:
- cron: "0 16 1/2 * *"
- cron: "0 16 1/15 * *"
workflow_dispatch:

jobs:
Expand All @@ -17,15 +17,15 @@ jobs:
- name: build
run: |
sudo apt update
sudo apt install libfuse2
sudo apt install libfuse2 desktop-file-utils
wget https://raw.githubusercontent.com/Samueru-sama/android-tools-AppImage/main/android-tools-appimage.sh
chmod a+x ./android-tools-appimage.sh
./android-tools-appimage.sh
mkdir dist
mv *AppImage dist/
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v3
with:
name: Android-Tools.AppImage
path: 'dist'
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v1
- uses: actions/download-artifact@v3
with:
name: Android-Tools.AppImage

Expand Down

0 comments on commit 59578a3

Please sign in to comment.