Skip to content

Commit

Permalink
cp jump-start
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Jul 19, 2024
1 parent 3305747 commit cc6f7a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,9 @@ jobs:
git checkout ${{ env.RELEASE_TAG }}
cp -r examples ../..
cp -r ci ../..
cp -r LICENSE ../..
# LICENSE is necessary for command test
cp -r LICENSE ../..
cp -r jump-start.sh ../..
- name: run tests
run: |
Expand Down

0 comments on commit cc6f7a9

Please sign in to comment.