Merge pull request #4882 from jacotec/master

Add missing definition for "upload-tag"
This commit is contained in:
RustDesk 2023-07-05 22:01:22 +08:00 committed by GitHub
commit b225494137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,9 @@ on:
upload-artifact:
type: boolean
default: true
upload-tag:
type: string
default: "nightly"
env:
CARGO_NDK_VERSION: "3.1.2"