Skip to content

Commit

Permalink
更新 autobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LIPiston authored Feb 4, 2025
1 parent 7b80d72 commit 377abdb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ jobs:
with:
name: FPP-1.16.5-unzip2use
path: 1.16.5/FPP/FPP-*

- name: Delete release if exist then create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release view "nightly" && gh release delete "nightly" -y --cleanup-tag
gh release create "nightly" "1.16.5/FPP/FPP-*" -p -t "Nightly" --generate-notes

0 comments on commit 377abdb

Please sign in to comment.