We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39538c commit 7e7d744Copy full SHA for 7e7d744
.github/workflows/package.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Print info
66
run:
67
- tree ${{ env.PROJECT_PATH }}/../
+ cd .. && tree ${{ env.PROJECT_PATH }}/../
68
69
- name: Upload package as artifact
70
uses: actions/upload-artifact@v1
0 commit comments