mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +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
|
||||
- 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…
Add table
Add a link
Reference in a new issue