Skip to content
New issue

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

fix: Fixed MSI build version inconsistency #684

Merged
merged 5 commits into from
Jan 20, 2024

Conversation

BarraR3port
Copy link
Contributor

When I ran the gh action to build my app there's a version inconsistency in the artifact.
The build version is 0.3.0-1 but then somewhere the msi builder changes it to 0.3.0.1 and then when the gh action finishes the build, it looks for the file with the version 0.3.0-1 but it can't find it, because the file is under the name of 0.3.0.1.

Running candle for "main.wxs"
     Running light to produce path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0.1_x64_en-US.msi
    Bundling path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0.1_x64_en-US.msi.zip
    Finished 1 bundle at:
+        path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0.1_x64_en-US.msi
        path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0.1_x64_en-US.msi.zip (updater)

    Finished 1 updater signature at:
        path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0.1_x64_en-US.msi.zip.sig

Looking for artifacts in:
-path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0-1_x64_en-US.msi
path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0-1_x64_en-US.msi.zip
path\to\project\src-tauri\target\release\bundle\msi\Packager By Waypoint_0.3.0-1_x64_en-US.msi.zip.sig
path\to\project\src-tauri\target\release\bundle\nsis\Packager By Waypoint_0.3.0-1_x64-setup.exe
path\to\project\src-tauri\target\release\bundle\nsis\Packager By Waypoint_0.3.0-1_x64-setup.nsis.zip
path\to\project\src-tauri\target\release\bundle\nsis\Packager By Waypoint_0.3.0-1_x64-setup.nsis.zip.sig

Copy link
Member

@FabianLars FabianLars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks :)

@FabianLars FabianLars merged commit 0ae6017 into tauri-apps:dev Jan 20, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants