Operating system
macOS
Joplin version
3.0.8
What issue do you have?
Hello, I see the arm .dmg on this page, but not the Intel one. Does anyone know where I can find it? Thanks
macOS
3.0.8
Hello, I see the arm .dmg on this page, but not the Intel one. Does anyone know where I can find it? Thanks
The Intel DMG file seems to have built successfully in CI, but failed to upload. This is the relevant part of the CI log:
• uploading file=Joplin-3.0.8.dmg provider=github
• GitHub release not created reason=existing type not compatible with publishing type tag=v3.0.8 version=3.0.8 existingType=pre-release publishingType=draft
• skipped publishing file=Joplin-3.0.8.dmg reason=existing type not compatible with publishing type tag=v3.0.8 version=3.0.8 existingType=pre-release publishingType=draft
The last line was logged on Wed, 22 May 2024 14:25:27 GMT
. The release seems to have been published at May 22nd, 2024, 7:20 AM PDT
[1].
The last line includes existingType=pre-release publishingType=draft
. As such, I suspect that 1) the release was published before the Intel MacOS CI finished and 2) the CI isn't set up to support this.
See also this Electron Builder issue and this other Electron Builder issue.
I wonder if it can be manually uploaded?
Not from the github runner that is used to create the image.
The CI pipeline starts a process on a so-called runner, which is a VM based off a certain image. After the pipeline is done, the VM is destroyed (or at least the data that was created by that process.)
So if the process failed to upload the image, there's no way to retrieve that image.
One could create an image locally an upload it manually. However, people usually expect that the image is not created on someone's personal machine.
So is there no way to download the v3.0.8 release for Mac?
3.0.9 will be available soon
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.