Azure Code Signing vs. resources #13560
Replies: 1 comment 1 reply
-
This issue is tracked here #13341 i hope i can get to it this week |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋
Although completely out of my comfort zone as a TypeScript dev, I have finally managed to implement Azure Code Signing on GitHub Actions.. for .exe files. However, I've now got a new error:
GitHub Actions log
It seems to want to sign the files that I have linked in
tauri.conf.json
underbundle.resources
(and is failing on a .css file).I haven't found anything on this while searching and unsure how to proceed.. should I be trying to exclude those files from the signing?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions