Skip to content

Commit

Permalink
ci: test change download location
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 21, 2023
1 parent bc59a2b commit 07f25c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: rebar-${{ matrix.arch }}
path: ~/.local/bin
path: target/${{ matrix.arch }}/release/rebar

- name: install
run: |
mkdir -p /home/runner/.local/bin
mv target/${{ matrix.arch }}/release/rebar ~/.local/bin/rebar
chmod +x ~/.local/bin/rebar
rebar --help
- name: dataset list
Expand Down

0 comments on commit 07f25c3

Please sign in to comment.