Skip to content

Commit

Permalink
Make 'path' part of with in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Apr 13, 2020
1 parent 118d03f commit 7c71af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
path: sources/libtree
path: sources/libtree

- name: Create source tarball
run: |
Expand Down

0 comments on commit 7c71af7

Please sign in to comment.