Update star64.yml

This commit is contained in:
Lup Yuen Lee 2023-08-11 19:55:43 +08:00 committed by GitHub
parent e93c621ce0
commit 23af45776e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
## Build Mainline NuttX every day for Star64
name: Build PinePhone
name: Build Star64
on:
@ -130,7 +130,10 @@ jobs:
- name: Publish the GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: upstream-${{ steps.date.outputs.date }}
tag_name: nuttx-star64-${{ steps.date.outputs.date }}
draft: false
prerelease: false
generate_release_notes: false
files: |
nuttx/nuttx/nuttx.zip
nuttx/nuttx/nuttx
@ -142,6 +145,3 @@ jobs:
nuttx/nuttx/starfiveu.fit
nuttx/nuttx/jh7110-visionfive-v2.dtb
nuttx/nuttx/init.S
draft: false
prerelease: false
generate_release_notes: false