fix(nightly-build): fix monitor file name

This commit is contained in:
Kevin YU 2023-06-15 14:21:20 +08:00
parent 38264960bf
commit d332eb9d13
No known key found for this signature in database
GPG Key ID: B94F394B72884017

View File

@ -12,7 +12,7 @@ on:
- "**/*.h"
- "go.mod"
- "go.sum"
- ".github/workflows/build.yml"
- ".github/workflows/build-nightly.yml"
- "Makefile"
release:
types: [ prereleased ]
@ -24,7 +24,7 @@ on:
- "**/*.h"
- "go.mod"
- "go.sum"
- ".github/workflows/build.yml"
- ".github/workflows/build-nightly.yml"
jobs:
build: