We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf95c5 commit a62fc3eCopy full SHA for a62fc3e
.github/workflows/windows_build.yml
@@ -138,11 +138,11 @@ jobs:
138
# run: |
139
# flutter pub global activate intl_utils
140
# flutter pub global run intl_utils:generate
141
- # - name: Flutter build Windows
142
- # run: flutter build windows -v
+ - name: Flutter build Windows
+ run: flutter build windows -v
143
144
- # - name: Archive build
145
- # uses: actions/upload-artifact@v4
146
- # with:
147
- # name: windows
148
-# path: build/windows/x64/runner/Release
+ - name: Archive build
+ uses: actions/upload-artifact@v4
+ with:
+ name: windows
+ path: build/windows/x64/runner/Release
0 commit comments