Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Nov 28, 2023
1 parent 9837dbd commit 43428b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ jobs:
name: test-results
path: testreport/

- name: Zip test reports
run: |
zip -r testreport.zip testreport
- name: Attach coverage report to release assets
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: testreport/*
asset_name: testreport
file: testreport.zip
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit 43428b1

Please sign in to comment.