Upped the release
Rust Build / building (Windows - X86_64, x86_64-pc-windows-gnu) (push) Successful in 2m16s Details
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Successful in 2m7s Details
Rust Build / release (push) Has been cancelled Details

This commit is contained in:
Ian Wijma 2024-04-06 23:38:10 +11:00
parent 817e3c26e4
commit 950f2b4896
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ jobs:
with:
RUSTTARGET: x86_64-unknown-linux-musl
EXTRA_FILES: "README.md LICENSE"
ARCHIVE_TYPES: "zip tar.gz"
ARCHIVE_NAME: "rask-x86_64-linux.tag.gz"
UPLOAD_MODE: none
- name: Compile Windows - X86_64
@ -29,6 +31,8 @@ jobs:
with:
RUSTTARGET: x86_64-pc-windows-gnu
EXTRA_FILES: "README.md LICENSE"
ARCHIVE_TYPES: "zip"
ARCHIVE_NAME: "rask-x86_64-windows.zip"
UPLOAD_MODE: none
# Broken: https://github.com/rust-build/rust-build.action/issues/88