Compare commits

..

3 Commits

Author SHA1 Message Date
Ian Wijma b58393991c Fixed release files?
Rust Build / release (push) Successful in 4m3s Details
Rust Build / building (Windows - X86_64, x86_64-pc-windows-gnu) (push) Has been cancelled Details
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Has been cancelled Details
2024-04-07 00:16:22 +11:00
Ian Wijma b56e7c3177 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
2024-04-07 00:06:13 +11:00
Ian Wijma 25e3278415 Sadness
Rust Build / building (Windows - X86_64, x86_64-pc-windows-gnu) (push) Has been cancelled Details
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Has been cancelled Details
Rust Build / release (push) Successful in 4m4s Details
2024-04-06 23:57:44 +11:00
1 changed files with 8 additions and 11 deletions

View File

@ -18,22 +18,22 @@ jobs:
- name: Compile Linux - X86_64
id: linux
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
EXTRA_FILES: "readme.md LICENSE"
ARCHIVE_TYPES: "tar.gz"
- name: Compile Windows - X86_64
id: windows
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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
# Broken: https://github.com/rust-build/rust-build.action/issues/88
# - name: Compile Mac - X86_64
@ -41,7 +41,7 @@ jobs:
# uses: rust-build/rust-build.action@v1.4.5
# with:
# RUSTTARGET: x86_64-apple-darwin
# EXTRA_FILES: "README.md LICENSE"
# EXTRA_FILES: "readme.md LICENSE"
# UPLOAD_MODE: none
- name: Upload artifact
@ -73,7 +73,4 @@ jobs:
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
if: success()
- name: Print Release URL
run: echo "Release created @ ${{steps.create_release.outputs.html_url}}"