From 233d5c9f2e10034bde9b80f08c4e7a2fae4c8c87 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 00:18:35 -0600 Subject: [PATCH] build3 --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 864adcc..a2359b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,13 +73,13 @@ jobs: - name: Download Artifact - uses: actions/download-artifact@v3 - with: - name: Release - path: ${{ github.workspace }}\Digital Clock\bin\ + with: + name: Release + path: ${{ github.workspace }}\Digital Clock\bin\ - run: zip -r Release.zip Release - - uses: ncipollo/release-action@v1 - with: - artifacts: "Release.zip" + - uses: ncipollo/release-action@v1 + with: + artifacts: "Release.zip" - name: Upload Release uses: softprops/action-gh-release@v1