Skip to content

Commit

Permalink
Update module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua committed May 29, 2024
1 parent e75bc59 commit 34a05cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '.github/workflows/module.yml'
- '.github/Tvip.sh'
- '.github/Widget/*'
permissions: write-all
jobs:
build:
Expand Down Expand Up @@ -33,11 +34,11 @@ jobs:
"versionCode": "'$VSR'",
"zipUrl": "https://github.com/Zenlua/Widget/releases/download/V'$VUR'/WidgetOS_'${VUR}'.zip",
"changelog": "https://raw.githubusercontent.com/Zenlua/Widget/main/.github/Along.md"
}' > $TOME/overlay.json
}' > $TOME/widgetos.json
- name: Upload zip
uses: softprops/action-gh-release@v2
with:
name: Widget OS ${{ env.VUR }}
name: WidgetOS ${{ env.VUR }}
tag_name: V${{ env.VUR }}
files: ./*.zip
body_path: log.txt
Expand Down

0 comments on commit 34a05cc

Please sign in to comment.