Update flutter-build.yml

This commit is contained in:
RustDesk 2024-04-11 20:23:08 +08:00 committed by GitHub
parent c92cfbb20a
commit 5322332c5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,12 +166,12 @@ jobs:
uses: microsoft/setup-msbuild@v2
- name: Build msi
if: env.UPLOAD_ARTIFACT == 'true'
run: |
pushd ./res/msi
python preprocess.py -arp -d ../../rustdesk
nuget restore msi.sln
msbuild msi.sln -p:Configuration=Release -p:Platform=x64 /p:TargetVersion=Windows10
mkdir -p ../../SignOutput
mv ./Package/bin/x64/Release/en-us/Package.msi ../../SignOutput/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-beta.msi
sha256sum ../../SignOutput/rustdesk-*.msi