From 0c01ca76a11a2ae9214b7674945c857a47c9b642 Mon Sep 17 00:00:00 2001 From: iVacon <71210872+iVacon@users.noreply.github.com> Date: Sat, 22 Apr 2023 19:19:39 +0300 Subject: [PATCH] Automatically compile binaries --- .github/workflows/rust.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 92096c9..d5391d5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,3 +22,13 @@ jobs: - uses: actions/checkout@v3 - name: Build release run: cargo build --release --verbose + + - name: Automatic Releases + uses: marvinpinto/action-automatic-releases@v1.2.1 + with: + # GitHub secret token + repo_token: ${{ secrets.GITHUB_TOKEN }} + # Release title (for automatic releases) + title: Automatic release + # Assets to upload to the release + files: target/release/mrfetch