mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-02 02:50:00 -06:00
fix(ci): server platform name missing due to invalid input
This commit is contained in:
3
.github/actions/build-server/action.yml
vendored
3
.github/actions/build-server/action.yml
vendored
@@ -1,4 +1,7 @@
|
||||
inputs:
|
||||
os:
|
||||
description: "One of the supported platforms: windows"
|
||||
required: true
|
||||
arch:
|
||||
description: "The architecture to build for: x64, arm64"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user