Skip to content

Commit

Permalink
feat: update release_data workflow to use new file paths and enable l…
Browse files Browse the repository at this point in the history
…atest version flag
  • Loading branch information
jjjermiah committed Jan 22, 2025
1 parent e340e34 commit c1f9ee3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./procdata/*.tar.gz
body: |
$(cat results/combined_summary.md)
./results/*.tar.gz
body_path: results/combined_summary.md
make_latest: true
# body: |
# $(cat results/combined_summary.md)

0 comments on commit c1f9ee3

Please sign in to comment.