Skip to content

Commit

Permalink
Build debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avoitenko-logitech committed Sep 11, 2024
1 parent d663982 commit bca871f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,17 @@ jobs:
popd > /dev/null
echo "github.workspace: " ${{ github.workspace }}
echo "steps.metadata.outputs.version: " ${{ steps.metadata.outputs.version }}
ls ${{ github.workspace }}
echo '--- 1'
ls ${{ github.workspace }}/qt6-macos-${arch}-*
rm -rf ${{ github.workspace }}/qt6-macos-${arch}-dSYMs*
echo '--- 2'
ls ${{ github.workspace }}/qt6-macos-${arch}-*
mv ${{ github.workspace }}/qt6-macos-${arch}-*/*.tar.xz ${{ github.workspace }}/macos-deps-qt6-${{ steps.metadata.outputs.version }}-${arch}.tar.xz
done
Expand Down

0 comments on commit bca871f

Please sign in to comment.