Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Dec 15, 2023
1 parent 7b03fc0 commit 2bf2a0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
name: build
- name: Copy tests
run: |
mkdir -p ${{ steps.repo.outputs.download-path }}/tests
cp -al \
${{ steps.build.outputs.download-path }}/opt/share/tests \
${{ steps.repo.outputs.download-path }}
${{ steps.build.outputs.download-path }}/opt/share/tests/. \
${{ steps.repo.outputs.download-path }}/tests
- uses: Eeems-Org/run-in-remarkable-action@v1
with:
setup: |
Expand Down

0 comments on commit 2bf2a0b

Please sign in to comment.