Skip to content

Commit a62fc3e

Browse files
authored
ci: test build
1 parent 0cf95c5 commit a62fc3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/windows_build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ jobs:
138138
# run: |
139139
# flutter pub global activate intl_utils
140140
# flutter pub global run intl_utils:generate
141-
# - name: Flutter build Windows
142-
# run: flutter build windows -v
141+
- name: Flutter build Windows
142+
run: flutter build windows -v
143143

144-
# - name: Archive build
145-
# uses: actions/upload-artifact@v4
146-
# with:
147-
# name: windows
148-
# path: build/windows/x64/runner/Release
144+
- name: Archive build
145+
uses: actions/upload-artifact@v4
146+
with:
147+
name: windows
148+
path: build/windows/x64/runner/Release

0 commit comments

Comments
 (0)