diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c29cbf9..7b33bc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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