Skip to content

Commit

Permalink
Update Auto.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Mar 30, 2024
1 parent 6797e26 commit 51c81c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/Auto.yml'
- '.github/YT.sh'
schedule:
- cron: '30 23 * * *'
- cron: '00 00 2 * *'
permissions: write-all
jobs:
build1:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: Z${{ env.V }}${{ env.VER }}
tag_name: K${{ env.V }}${{ env.VER }}
files: Up/*
build3:
name: 'Buid arm64 amoled root'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: Z${{ env.V }}${{ env.VER }}
tag_name: K${{ env.V }}${{ env.VER }}
files: Up/*
- name: Upload Json
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -135,6 +135,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: Z${{ env.V }}${{ env.VER }}
tag_name: K${{ env.V }}${{ env.VER }}
files: Up/*

0 comments on commit 51c81c6

Please sign in to comment.