chore: update workflow nightly

This commit is contained in:
DIYgod 2024-07-04 01:42:34 +08:00
parent 0510d79a43
commit 70ef4912bb
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: release
name: nightly
on:
push:
@ -37,6 +37,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "build/follow*.dmg"
tags: true
file: "build/*.dmg"
tags: false
draft: false