diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f02e400..d2f2e5f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .output/*/dabox_*.onnx + file: .output/**/dabox_*.onnx tag: ${{ github.ref }} overwrite: true file_glob: true