mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +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
|
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…
Reference in a new issue