Skip to content

Commit

Permalink
Update Install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored May 6, 2023
1 parent bfd53a7 commit a08032b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: ${{ env.V }}${{ env.VER }}
tag_name: Z${{ env.V }}${{ env.VER }}
files: Up/*
- name: Upload Json
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: ${{ env.V }}${{ env.VER }}
tag_name: Z${{ env.V }}${{ env.VER }}
files: Up/*
build3:
name: 'Buid arm64 amoled root'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: ${{ env.V }}${{ env.VER }}
tag_name: Z${{ env.V }}${{ env.VER }}
files: Up/*
- name: Upload Json
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -152,6 +152,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: YT-RE ${{ env.VER }} ${{ env.Kad }}
tag_name: ${{ env.V }}${{ env.VER }}
tag_name: Z${{ env.V }}${{ env.VER }}
files: Up/*

0 comments on commit a08032b

Please sign in to comment.