From f589b6f1bfa5691e26d56ccb261139ac5a0180ae Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 00:13:26 -0600 Subject: [PATCH] download --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64a6192..864adcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,6 +71,16 @@ jobs: tag_name: ${{ github.run_number }} body: ${{ github.event.head_commit.message }} + - name: Download Artifact + - uses: actions/download-artifact@v3 + with: + name: Release + path: ${{ github.workspace }}\Digital Clock\bin\ + - run: zip -r Release.zip Release + - uses: ncipollo/release-action@v1 + with: + artifacts: "Release.zip" + - name: Upload Release uses: softprops/action-gh-release@v1 with: