Compare commits
No commits in common. "main" and "v0.1.0-beta-3" have entirely different histories.
main
...
v0.1.0-bet
|
@ -18,22 +18,20 @@ jobs:
|
||||||
- name: Compile Linux - X86_64
|
- name: Compile Linux - X86_64
|
||||||
id: linux
|
id: linux
|
||||||
uses: rust-build/rust-build.action@v1.4.5
|
uses: rust-build/rust-build.action@v1.4.5
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
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: "tar.gz"
|
ARCHIVE_TYPES: "tar.gz"
|
||||||
|
UPLOAD_MODE: none
|
||||||
|
|
||||||
- name: Compile Windows - X86_64
|
- name: Compile Windows - X86_64
|
||||||
id: windows
|
id: windows
|
||||||
uses: rust-build/rust-build.action@v1.4.5
|
uses: rust-build/rust-build.action@v1.4.5
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
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_TYPES: "zip"
|
||||||
|
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
|
||||||
# - name: Compile Mac - X86_64
|
# - name: Compile Mac - X86_64
|
||||||
|
|
Loading…
Reference in New Issue