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