Skip to content

Commit

Permalink
attempt to create GH release per run
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Jan 10, 2024
1 parent fae139c commit fae1668
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ jobs:
cd scripts
npm start -- --results ../artifact > summary.txt
cat summary.txt
- name: Create Release
uses: softprops/action-gh-release@v1
with:
name: ${{ github.run_number }}
body_path: summary.txt
files: ../artifact/*.json
draft: false
prerelease: false
- uses: actions/upload-artifact@v3
with:
path: scripts/summary.txt

0 comments on commit fae1668

Please sign in to comment.