You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to msix:publish my app with GitHub self-hosted runner and it failed with the following error.
GitHub self-hosted runner checkouts the repository under C:\actions-runner\_work\myapp.
The build folder path is reconstructed in Configuration#_getBuildFilesFolder, and unfortunately, the build folder path is broken, I guess.
Unhandled exception:
Build files not found at C:\actions-\runner\_work\myapp\myapp\build\windows\runner\Release, first run "flutter build windows" then try again
#0 Configuration.validateWindowsBuildFiles (package:msix/src/configuration.dart:288:7)
<asynchronous suspension>
#1 Msix._buildMsixFiles (package:msix/msix.dart:111:5)
<asynchronous suspension>
#2 Msix._createMsix (package:msix/msix.dart:102:5)
<asynchronous suspension>
#3 Msix.publish (package:msix/msix.dart:70:5)
<asynchronous suspension>
#4 main (file:///C:/Users/r_hayashi/AppData/Local/Pub/Cache/hosted/pub.dev/msix-3.[15](https://github.com/hayashikun/myapp/actions/runs/-/jobs/-#step:9:16).0/bin/publish.dart:4:3)
<asynchronous suspension>
ℹ️ Info
Version:
v3.14.0
💬 Description
I tried to
msix:publish
my app with GitHub self-hosted runner and it failed with the following error.GitHub self-hosted runner checkouts the repository under
C:\actions-runner\_work\myapp
.The build folder path is reconstructed in
Configuration#_getBuildFilesFolder
, and unfortunately, the build folder path is broken, I guess.📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: