From 8ea87799611310f122b7da2c39b107ef9c99b851 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 02:40:49 -0600 Subject: [PATCH] kk --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2764969..101cf1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,6 +73,15 @@ jobs: - name: Zipping up Release folder run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip + + - name: test + run: ls -R + + - uses: ncipollo/release-action@v1 + with: + artifacts: "Release.zip" + + - name: Upload Release uses: softprops/action-gh-release@v1 with: draft: false