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 45c9898 commit 08682d7Copy full SHA for 08682d7
.github/workflows/ci.yml
@@ -334,7 +334,8 @@ jobs:
334
milestone: ${{ env.MAJORMINORPATCH }}
335
name: Release v${{ env.MAJORMINORPATCH }}
336
assets: |
337
- ${{ steps.download.outputs.download-path }}/plug-ins/*.zip
+ ${{ steps.download.outputs.download-path }}/plug-ins/Monai.Deploy.Storage.AWSS3.zip
338
+ ${{ steps.download.outputs.download-path }}/plug-ins/Monai.Deploy.Storage.MinIO.zip
339
340
- name: Publish release with GitReleaseManager
341
if: ${{ contains(github.ref, 'refs/heads/main') }}
0 commit comments