mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-03 00:37:45 +02:00
chore: use action-gh-releaser
This commit is contained in:
parent
f0a7d846d4
commit
95263f0baa
1 changed files with 4 additions and 5 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -14,9 +14,8 @@ jobs:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Upload
|
- name: Release
|
||||||
uses: actions/upload-artifact@v3
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
name: reset
|
files: |
|
||||||
path: target/release/reset
|
target/release/reset
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue