Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
99degree authored Nov 11, 2024
1 parent a099f55 commit 368f236
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,11 @@ jobs:
name: xiaomi-miatoll-${{ matrix.version }}
path: out/*
retention-days: 15
- name: Release nightly
uses: softprops/action-gh-release@v1
with:
prerelease: true
name: nightly
tag_name: nightly
files: out/xiaomi-miatoll-${{ matrix.version }}
fail_on_unmatched_files: true

0 comments on commit 368f236

Please sign in to comment.