mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Update Github workflows.
This commit is contained in:
parent
d6fdc233fc
commit
d18531dcce
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
10
.github/workflows/windows.yml
vendored
10
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user