Skip to content

Commit

Permalink
Fix glob pattern (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefequien authored Mar 20, 2024
1 parent ef08f88 commit 655f278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 655f278

Please sign in to comment.