Skip to content

Commit aadb464

Browse files
authored
Update deployment.yml
1 parent 0843a91 commit aadb464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ jobs:
4343
4444
- name: Extract and package the .appex extension
4545
run: |
46+
ls -l build/Release/HDF5QL.app/Contents/PlugIns || echo "⚠️ Directory not found"
4647
cd build/Release/HDF5QL.app/Contents/Plugins/
4748
echo "🔍 Current directory:"
4849
pwd
4950
echo "🔍 Listing contents of build/Release/HDF5QL.app/Contents/PlugIns:"
50-
ls -l build/Release/HDF5QL.app/Contents/PlugIns || echo "⚠️ Directory not found"
51+
ls -l || echo "⚠️ Directory not found"
5152
echo "🔍 Packaging .appex bundle..."
5253
zip -r HDF5QLExtension-${{ matrix.target }}.appex.zip HDF5QLExtension.appex
5354
mv HDF5QLExtension-${{ matrix.target }}.appex.zip $GITHUB_WORKSPACE/

0 commit comments

Comments
 (0)