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 f215330 commit 4c4d6b2Copy full SHA for 4c4d6b2
.github/workflows/deployment.yml
@@ -54,7 +54,7 @@ jobs:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
with:
56
upload_url: ${{ github.event.release.upload_url }}
57
- asset_path: ./build/HDF5QL-${{ matrix.target }}.app.zip
+ asset_path: HDF5QL-${{ matrix.target }}.app.zip
58
asset_name: HDF5QL-${{ matrix.target }}.app.zip
59
asset_content_type: application/zip
60
@@ -64,6 +64,6 @@ jobs:
64
65
66
67
- asset_path: ./build/HDF5QLExtension-${{ matrix.target }}.appex.zip
+ asset_path: HDF5QLExtension-${{ matrix.target }}.appex.zip
68
asset_name: HDF5QLExtension-${{ matrix.target }}.appex.zip
69
0 commit comments