docs: Update rust.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-09-24 00:58:44 +03:00 committed by GitHub
parent e011197f49
commit c6f6159fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,20 +19,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
- name: Run tests
run: cargo test --verbose
- name: Changelog
uses: ardalanamini/auto-changelog@v4
id : changelog
with:
github-token: ${{ github.token }}
release-name: v0.0.1
- uses: actions/upload-artifact@v3
with:
name: rust-tcp-transfer
path: target/release/rust-tcp-file-transfer
- name: Release
uses: softprops/action-gh-release@v0.1.15