Closed ghost closed 3 years ago
After tons of attempts, I've been trying to bypass this message:
Did you download and install the Desktop App Converter? It is *not* required t o run this tool. (Y/n)
Messages like this will cause the build to fail via GitHub Actions.
I would like to build Appx files via GitHub Actions.
I've even tried manually adding a configuration file to the user folder, in this case for GitHub Actions I tried:
C:\Users\runneradmin\ C:\Users\installer\ C:\Users\RMAGEN~1\
For now, I've only gotten this to work properly with self hosted runners, but I won't want to rely on my local machine only.
After tons of attempts, I've been trying to bypass this message:
Messages like this will cause the build to fail via GitHub Actions.
I would like to build Appx files via GitHub Actions.
I've even tried manually adding a configuration file to the user folder, in this case for GitHub Actions I tried:
For now, I've only gotten this to work properly with self hosted runners, but I won't want to rely on my local machine only.