From 1297c6ae9b56489f992dd290bb476dc13034d2f1 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 04:54:58 -0600 Subject: [PATCH] release1 --- .github/workflows/build.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b04a3a9..f458595 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,16 +58,14 @@ jobs: tag_name: ${{ github.run_number }} body: ${{ github.event.head_commit.message }} - - name: Dump Vars - env: - ALLVARS: ${{ toJSON(vars) }} - shell: bash - run: echo "$ALLVARS" - - - - - + - name: Upload Release + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ github.token }} + with: + name: published + path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* +