mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
fix: ci, less changes
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
7aa33a8aeb
commit
9982975e5c
1 changed files with 2 additions and 12 deletions
|
|
@ -11,16 +11,6 @@ on:
|
|||
required: true
|
||||
type: string
|
||||
default: 'windows-2022'
|
||||
repository:
|
||||
description: 'Repository'
|
||||
required: false
|
||||
type: string
|
||||
default: 'rustdesk-org/RustDeskTempTopMostWindow'
|
||||
ref:
|
||||
description: 'Git ref'
|
||||
required: false
|
||||
type: string
|
||||
default: 'c7b45f3eaa7ad433b7ccc9d860ec798367dbef41'
|
||||
configuration:
|
||||
description: 'Configuration'
|
||||
required: true
|
||||
|
|
@ -53,11 +43,11 @@ jobs:
|
|||
|
||||
- name: Download the source code
|
||||
run: |
|
||||
git clone https://github.com/${{ inputs.repository }} RustDeskTempTopMostWindow
|
||||
git clone https://github.com/rustdesk-org/RustDeskTempTopMostWindow RustDeskTempTopMostWindow
|
||||
|
||||
- name: Build the project
|
||||
run: |
|
||||
cd RustDeskTempTopMostWindow && git checkout ${{ inputs.ref }}
|
||||
cd RustDeskTempTopMostWindow && git checkout c7b45f3eaa7ad433b7ccc9d860ec798367dbef41
|
||||
msbuild ${{ env.project_path }} -p:Configuration=${{ inputs.configuration }} -p:Platform=${{ inputs.platform }} /p:TargetVersion=${{ inputs.target_version }}
|
||||
|
||||
- name: Archive build artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue