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