Compare commits

..

No commits in common. "main" and "v0.1.0-beta-3" have entirely different histories.

1 changed files with 2 additions and 4 deletions

View File

@ -18,22 +18,20 @@ 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: "tar.gz"
UPLOAD_MODE: none
- 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"
ARCHIVE_TYPES: "zip"
UPLOAD_MODE: none
# Broken: https://github.com/rust-build/rust-build.action/issues/88
# - name: Compile Mac - X86_64