Skip to content

Commit f867cf6

Browse files
fix(ci): windows path
1 parent 89e384e commit f867cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ jobs:
218218
flutter config --enable-windows-desktop
219219
flutter build windows --release --build-number $GITHUB_RUN_NUMBER --dart-define=COMMIT_HASH=$GITHUB_SHA --dart-define=SENTRY_DSN=${{ secrets.SENTRY_DSN }}
220220
221-
pushd build/windows/runner/Release
221+
pushd build/windows/x64/runner/Release
222222
7z a ../../../../com.expidusos.file_manager-windows-${{ matrix.arch }}.zip . -r
223223
popd
224224
- name: Upload Windows
225225
uses: actions/upload-artifact@v3
226226
with:
227227
name: com.expidusos.file_manager-windows-${{ matrix.arch }}.zip
228-
path: build/windows/runner/Release
228+
path: build/windows/x64/runner/Release
229229
- if: startsWith(github.ref, 'refs/tags/')
230230
name: Release
231231
uses: softprops/action-gh-release@v0.1.15

0 commit comments

Comments
 (0)