From f47b7cabbb5313634687a49b4169c2bcac8e0495 Mon Sep 17 00:00:00 2001 From: beksultan Date: Thu, 8 Aug 2024 20:57:37 +0600 Subject: [PATCH] Migrate to AWS --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c10a4f0..a339ecd1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,11 +127,11 @@ jobs: uses: actions/checkout@v2 with: ref: sqlite - - name: Download JAR - uses: actions/download-artifact@master - with: - name: open-chain.jar - path: build/libs/ +# - name: Download JAR +# uses: actions/download-artifact@master +# with: +# name: open-chain.jar +# path: build/libs/ # - name: Build and push # run: |