Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed May 26, 2023
1 parent d6731ba commit addd4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: rf-${{ github.sha }}-linux-amd64
path: build/bin/rf
path: build/bin
- name: debug
run: |
ls -lah build/bin
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: rf-${{ github.sha }}-darwin-amd64
path: build/bin/rf
path: build/bin
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit addd4c1

Please sign in to comment.