From ab21c9d1b781242f268956df2eda7db81b711450 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 00:36:17 -0600 Subject: [PATCH] list --- .github/workflows/build.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2359b0..d10760a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,16 +71,9 @@ 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: List Release folder - test + run: ls -R ${{ github.workspace }}\Digital Clock\bin\Release\ + - name: Upload Release uses: softprops/action-gh-release@v1 with: