Closed 0cwa closed 3 months ago
Hey!
Can you fetch from latest main and try now? You might have to go through the changes done (documentation not done yet) once before trying it out.
All I get now when releasing is:
Error
Invalid type for on
I also can't seem to run it from the actions tab. I checked my syntax
Build does have a minor issue w.r.t to keys as I changed the format of storage in the end.
Workflow, I cannot see any issue here. It just works..
If your is accessible, could you please share the link for me to look at it so that I can fix it if it is an actual bug?
Ok, I sent you an invite :)
Try making https://github.com/0cwa/PixeneOS/blob/5e49fc4f9475d47af94b1f688e799a4db35a149c/.github/workflows/release.yml#L13 a string by adding double quotes and see if that works. I believe that should fix it.
That I just "fixed the syntax on this" was the problem lol
Anyways, I'm sure you're just working on the deployment guide still, and I probably just need to set some env variables but this is what I get now:
build
failed Aug 26, 2024 in 5s
2s
0s
0s
0s
0s
Run git config --global user.email && git config --global user.name PiX
git config --global user.email && git config --global user.name PiX
shell: /usr/bin/bash -e {0}
env:
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: short
RUSTUP_MAX_RETRIES: 10
DEVICE_NAME: bluejay
INTERACTIVE_MODE: false
REMOTE_GRAPHENEOS_VERSION: 2024082200
Error: Process completed with exit code 1.
You need to set your email and user name in for git.
secrets.EMAIL
, replace PiX
with your name.
I believe there's something else that is resulting in this failure other than this(?)
While running Github release:
I've tried setting:
And releasing with tags:
2024082200
andlatest