From cf7b77d1a56c898c17cca840760200d4d71ace6d Mon Sep 17 00:00:00 2001 From: Stadnik Andrii Date: Tue, 19 Sep 2023 13:45:54 +0300 Subject: [PATCH] chore(CD.yml): Update artifact name and path --- .github/workflows/CD.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index c87cd920..9f9f2b50 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -17,17 +17,17 @@ jobs: steps: - uses: actions/checkout@v3 - uses: dawidd6/action-download-artifact@v2 + if: github.base_ref == 'main' with: pr: ${{github.event.pull_request.number}} workflow: CI.yml - name: executable - path: bin/bot + name: table - uses: dawidd6/action-download-artifact@v2 - if: github.base_ref == 'main' with: pr: ${{github.event.pull_request.number}} workflow: CI.yml - name: table + name: executable + path: bin/bot - name: Restart bot env: