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 0843a91 commit aadb464Copy full SHA for aadb464
.github/workflows/deployment.yml
@@ -43,11 +43,12 @@ jobs:
43
44
- name: Extract and package the .appex extension
45
run: |
46
+ ls -l build/Release/HDF5QL.app/Contents/PlugIns || echo "⚠️ Directory not found"
47
cd build/Release/HDF5QL.app/Contents/Plugins/
48
echo "🔍 Current directory:"
49
pwd
50
echo "🔍 Listing contents of build/Release/HDF5QL.app/Contents/PlugIns:"
- ls -l build/Release/HDF5QL.app/Contents/PlugIns || echo "⚠️ Directory not found"
51
+ ls -l || echo "⚠️ Directory not found"
52
echo "🔍 Packaging .appex bundle..."
53
zip -r HDF5QLExtension-${{ matrix.target }}.appex.zip HDF5QLExtension.appex
54
mv HDF5QLExtension-${{ matrix.target }}.appex.zip $GITHUB_WORKSPACE/
0 commit comments