Update rust.yml
This commit is contained in:
parent
62ac8fdcd1
commit
5780af8327
1 changed files with 7 additions and 0 deletions
7
.github/workflows/rust.yml
vendored
7
.github/workflows/rust.yml
vendored
|
@ -27,3 +27,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
RUSTTARGET: ${{ matrix.target }}
|
RUSTTARGET: ${{ matrix.target }}
|
||||||
ARCHIVE_TYPES: ${{ matrix.archive }}
|
ARCHIVE_TYPES: ${{ matrix.archive }}
|
||||||
|
|
||||||
|
automatic_release_tag: "latest"
|
||||||
|
prerelease: true
|
||||||
|
title: "Development Build"
|
||||||
|
files: |
|
||||||
|
LICENSE.txt
|
||||||
|
*.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue