Skip to content

Commit

Permalink
Add debug ls
Browse files Browse the repository at this point in the history
  • Loading branch information
svavassori committed Jun 27, 2023
1 parent 065000c commit 2802f35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ jobs:
path: /tmp/other-artifacts

- name: "Copy artifacts into packages directory"
run: find /tmp/other-artifacts -type f -exec mv {} packages/ \;
run: |
ls -laR /tmp/other-artifacts
find /tmp/other-artifacts -type f -exec mv {} packages/ \;
ls -laR packages
- name: Release packages
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2802f35

Please sign in to comment.