Skip to content

Commit

Permalink
gen_orig.yml: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
XECDesign authored and naushir committed Sep 3, 2024
1 parent 06c0a29 commit 1e20105
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gen_orig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Release tarball
uses: softprops/action-gh-release@v1
with:
files: build/meson-dist/*.tar.xz hailo-models-*.tar.xz
files: |
build/meson-dist/*.tar.xz
hailo-models-*.tar.xz
- if: failure()
run: cat build/meson-logs/meson-log.txt

0 comments on commit 1e20105

Please sign in to comment.