Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 4, 2023
1 parent 7408737 commit a187424
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Upload binaries
uses: actions/upload-artifact@v3
with:
name: Yagna ${{ runner.os }}
name: yagna-binaries
path: build

- name: Save local cache
Expand Down Expand Up @@ -136,10 +136,9 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | docker login ghcr.io -u ${{github.actor}} --password-stdin
- name: Download artifact
if: github.event_name != 'workflow_dispatch'
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v3
with:
name: "Yagna Linux"
name: yagna-binaries
path: /tmp/yagna-build

- name: Run test suite
Expand Down

0 comments on commit a187424

Please sign in to comment.