File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments