From f530079f097e4425d60eec4bf81d2e7165c3eded Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sat, 29 Jun 2024 08:46:56 -0500 Subject: [PATCH] test7 --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d9131c..e22a763 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,8 @@ jobs: body: ${{ github.event.head_commit.message }} - name: Zipping up Release folder - run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip + ##run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip + run: 7z a release.zip "${{ github.workspace }}\Digital Clock\bin\Release\" - name: test run: ls -R