Update Github workflows.

This commit is contained in:
Dain Nilsson 2022-05-06 16:31:46 +02:00
parent d6fdc233fc
commit d18531dcce
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
3 changed files with 9 additions and 9 deletions

View File

@ -36,8 +36,8 @@ jobs:
flutter test
flutter analyze
- name: Install ykman
run: ./build-ykman.sh
- name: Build the Helper
run: ./build-helper.sh
- name: Build the app
run: flutter build linux

View File

@ -34,8 +34,8 @@ jobs:
flutter test
flutter analyze
- name: Install ykman
run: ./build-ykman.sh
- name: Build the Helper
run: ./build-helper.sh
- name: Build the app
run: flutter build macos

View File

@ -32,8 +32,8 @@ jobs:
flutter test
flutter analyze
- name: Install ykman
run: .\build-ykman.bat
- name: Build the Helper
run: .\build-helper.bat
- name: Build the app
run: flutter build windows
@ -44,9 +44,9 @@ jobs:
- name: Move .dll files
run: |
$dest = "build\windows\runner\Release"
cp $dest\ykman-rpc\MSVCP140.dll $dest\
cp $dest\ykman-rpc\VCRUNTIME140.dll $dest\
cp $dest\ykman-rpc\VCRUNTIME140_1.dll $dest\
cp $dest\helper\MSVCP140.dll $dest\
cp $dest\helper\VCRUNTIME140.dll $dest\
cp $dest\helper\VCRUNTIME140_1.dll $dest\
- name: Create an unsigned .msi installer package