Fixed release files?
This commit is contained in:
parent
25e3278415
commit
b56e7c3177
|
@ -21,8 +21,7 @@ jobs:
|
||||||
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: "zip tar.gz"
|
ARCHIVE_TYPES: "tar.gz"
|
||||||
ARCHIVE_NAME: "rask-x86_64-linux.tag.gz"
|
|
||||||
UPLOAD_MODE: none
|
UPLOAD_MODE: none
|
||||||
|
|
||||||
- name: Compile Windows - X86_64
|
- name: Compile Windows - X86_64
|
||||||
|
@ -32,7 +31,6 @@ jobs:
|
||||||
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"
|
||||||
ARCHIVE_NAME: "rask-x86_64-windows.zip"
|
|
||||||
UPLOAD_MODE: none
|
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
|
||||||
|
@ -73,7 +71,4 @@ jobs:
|
||||||
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
# ${{ steps.mac_x86.outputs.BUILT_CHECKSUM }}
|
||||||
if: success()
|
if: success()
|
||||||
|
|
||||||
- name: Print Release URL
|
|
||||||
run: echo "Release created @ ${{steps.create_release.outputs.html_url}}"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue