Upped the release
This commit is contained in:
parent
817e3c26e4
commit
950f2b4896
|
@ -21,6 +21,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
RUSTTARGET: x86_64-unknown-linux-musl
|
RUSTTARGET: x86_64-unknown-linux-musl
|
||||||
EXTRA_FILES: "README.md LICENSE"
|
EXTRA_FILES: "README.md LICENSE"
|
||||||
|
ARCHIVE_TYPES: "zip tar.gz"
|
||||||
|
ARCHIVE_NAME: "rask-x86_64-linux.tag.gz"
|
||||||
UPLOAD_MODE: none
|
UPLOAD_MODE: none
|
||||||
|
|
||||||
- name: Compile Windows - X86_64
|
- name: Compile Windows - X86_64
|
||||||
|
@ -29,6 +31,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
RUSTTARGET: x86_64-pc-windows-gnu
|
RUSTTARGET: x86_64-pc-windows-gnu
|
||||||
EXTRA_FILES: "README.md LICENSE"
|
EXTRA_FILES: "README.md LICENSE"
|
||||||
|
ARCHIVE_TYPES: "zip"
|
||||||
|
ARCHIVE_NAME: "rask-x86_64-windows.zip"
|
||||||
UPLOAD_MODE: none
|
UPLOAD_MODE: none
|
||||||
|
|
||||||
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
# Broken: https://github.com/rust-build/rust-build.action/issues/88
|
||||||
|
|
Loading…
Reference in New Issue