From cd3cf0fc6a42dc41f9b6606eb12ff1f945aa0f30 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sat, 27 Jan 2024 21:13:39 -0600 Subject: [PATCH] better --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edb7481..6daa801 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,17 @@ jobs: with: name: published path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* + - name: release + uses: actions/create-release@v1 + with: + draft: false + prerelease: false + release_name: ${{ steps.version.outputs.version }} + tag_name: ${{ github.ref }} + body_path: readme.md + env: + GITHUB_TOKEN: ${{ github.token }} +