We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see this action only upload the bundles(installer), the executable is not configurable to upload.
For example, it only upload bundles/*.msi for the windows build, I also want to upload join(artifactsPath, `${fileAppName}.exe`).
bundles/*.msi
join(artifactsPath, `${fileAppName}.exe`)
tauri-action/packages/core/index.ts
Lines 424 to 445 in 87ceccd
The text was updated successfully, but these errors were encountered:
Duplicate of #302
Keep in mind that this is intended because the .exe is usually not something you can ship to your users.
Sorry, something went wrong.
Duplicate of #302 Keep in mind that this is intended because the .exe is usually not something you can ship to your users.
However, .exe executable is a green portable app, and the msi installer just wrap the same .exe file for windows platform.
.exe
No branches or pull requests
I see this action only upload the bundles(installer), the executable is not configurable to upload.
For example, it only upload
bundles/*.msi
for the windows build, I also want to uploadjoin(artifactsPath, `${fileAppName}.exe`)
.tauri-action/packages/core/index.ts
Lines 424 to 445 in 87ceccd
The text was updated successfully, but these errors were encountered: