chiichen

Results 53 comments of chiichen

> yeah sorry, i wanted to look at this for ages but there's always some bs coming in between 🙃 > > I hope i can give it a proper...

@FabianLars sorry for so many ci failures :) I believe it's working now.Do you have time to give it a proper look now?

> 大家好,提醒一下。我的应用程序构建得很好,直到最近两个版本发布。 ` - uses: tauri-apps/tauri-action@v0`这是我设定的,它抓取的是最新的主要版本 0。 我将其硬编码回两个版本之前(` - uses: tauri-apps/[email protected]`),然后我就可以再次构建了。 > > ## 发生了什么? > [您可以在此处](https://github.com/ChristianPayne/ennesults-rs/releases)查看我的版本。 基本上,我的版本`v1.0.0`构建良好,包含所有文件和 latest.json。由于某些未知原因,较新版本之一不允许构建 .exe、.sig 或 latest.json 文件。 使用`v1.1.0`,我注意到文件不存在,并且我的更新程序无法正常工作(没有 latest.json)。 我将 tauri-action 脚本硬编码回`v0.5.15`,我的文件又回来了。我完全不知道为什么或更改了什么,但我想在这里写下这条注释,因为我看到有人在积极开展这项行动。 > >...