Compare commits
No commits in common. "main" and "v0.1.0-beta-2" have entirely different histories.
main
...
v0.1.0-bet
|
@ -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: "tar.gz"
|
||||
ARCHIVE_TYPES: "zip tar.gz"
|
||||
ARCHIVE_NAME: "rask-x86_64-linux.tag.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"
|
||||
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
|
||||
|
@ -73,4 +73,7 @@ jobs:
|
|||
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
||||
if: success()
|
||||
|
||||
- name: Print Release URL
|
||||
run: echo "Release created @ ${{steps.create_release.outputs.html_url}}"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue