From c3b32e37889e712b7f36d6b678ccce234c25c1a1 Mon Sep 17 00:00:00 2001 From: xensik Date: Sun, 31 Dec 2023 16:47:07 +0100 Subject: [PATCH] tst2 --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3d4ca5..1ade3829 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,16 +166,14 @@ jobs: needs: [ build-macos ] # if: startsWith(github.ref, 'refs/tags/') && (github.event.base_ref == 'refs/heads/prod' || github.event.base_ref == 'refs/heads/dev') steps: - - name: Check out files - uses: actions/checkout@v4 + # - name: Check out files + # uses: actions/checkout@v4 - name: Download Binaries uses: actions/download-artifact@v3 - with: - path: artifacts - name: List Binaries - run: ls -la + run: ls -la # - name: Create Release # uses: "marvinpinto/action-automatic-releases@latest"