mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
Make sure generated files don't change during build.
This commit is contained in:
parent
400f39e492
commit
608ba51017
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -42,6 +42,9 @@ jobs:
|
||||
- name: Build the app
|
||||
run: flutter build linux
|
||||
|
||||
- name: Check generated files
|
||||
run: git diff --exit-code
|
||||
|
||||
- name: Rename and archive app
|
||||
run: |
|
||||
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3)
|
||||
|
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -39,6 +39,9 @@ jobs:
|
||||
- name: Build the app
|
||||
run: flutter build macos
|
||||
|
||||
- name: Check generated files
|
||||
run: git diff --exit-code
|
||||
|
||||
- name: Rename and archive app bundle
|
||||
run: |
|
||||
export REF=$(echo ${GITHUB_REF} | cut -d '/' -f 3)
|
||||
|
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -38,6 +38,9 @@ jobs:
|
||||
- name: Build the app
|
||||
run: flutter build windows
|
||||
|
||||
- name: Check generated files
|
||||
run: git diff --exit-code
|
||||
|
||||
- name: Move .dll files
|
||||
run: |
|
||||
$dest = "build\windows\runner\Release"
|
||||
|
Loading…
Reference in New Issue
Block a user