Skip to content

Commit

Permalink
chore(CD.yml): Update artifact name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
anstadnik committed Sep 19, 2023
1 parent f3b98f7 commit cf7b77d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf7b77d

Please sign in to comment.