Fixed release files?
Rust Build / building (Windows - X86_64, x86_64-pc-windows-gnu) (push) Has been cancelled Details
Rust Build / release (push) Successful in 3m58s Details
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Has been cancelled Details

This commit is contained in:
Ian Wijma 2024-04-07 00:06:13 +11:00
parent 25e3278415
commit b56e7c3177
1 changed files with 1 additions and 6 deletions

View File

@ -21,8 +21,7 @@ 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"
ARCHIVE_TYPES: "tar.gz"
UPLOAD_MODE: none
- name: Compile Windows - X86_64
@ -32,7 +31,6 @@ jobs:
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
@ -73,7 +71,4 @@ jobs:
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
if: success()
- name: Print Release URL
run: echo "Release created @ ${{steps.create_release.outputs.html_url}}"