fix deployment
This commit is contained in:
parent
2fbc15ae84
commit
758481b02a
2 changed files with 2 additions and 2 deletions
2
justfile
2
justfile
|
|
@ -31,7 +31,7 @@ create-archives:
|
||||||
rm -rf dist build
|
rm -rf dist build
|
||||||
hatch build -t binary
|
hatch build -t binary
|
||||||
|
|
||||||
krayt_bin=dist/binary/krayt-${VERSION}
|
krayt_bin=dist/binary/krayt-${VERSION}/krayt_linux_amd64
|
||||||
|
|
||||||
# Create the binary for each platform
|
# Create the binary for each platform
|
||||||
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do
|
for platform in "x86_64-unknown-linux-gnu" "aarch64-unknown-linux-gnu"; do
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.4.1b2"
|
__version__ = "0.4.1b3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue