Skip to content

Commit

Permalink
re-generate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jun 10, 2024
1 parent 92a5fd6 commit d7c98cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-xpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,13 +345,13 @@ jobs:
echo "---" >>${{ github.workspace }}/artefacts/tests-report.md
echo >>${{ github.workspace }}/artefacts/tests-report.md
(cd ${{ github.workspace }}; cat -s artefacts/tests-report-linux-x64.md artefacts/tests-report-linux-arm64.md artefacts/tests-report-linux-arm.md artefacts/tests-report-darwin-x64.md artefacts/tests-report-darwin-arm64.md artefacts/tests-report-win32-x64.md | tee -a artefacts/tests-report.md)
mv -v ${{ github.workspace }}/artefacts/tests-report.md ${{ github.workspace }}/artefacts/tests-report-${{ github.event.inputs.version }}.md
mv -v ${{ github.workspace }}/artefacts/tests-report.md ${{ github.workspace }}/artefacts/${{ github.event.inputs.version }}.md
- name: Upload tests report
uses: actions/upload-artifact@v4
with:
name: tests-report
path: ${{ github.workspace }}/artefacts/tests-report-${{ github.event.inputs.version }}.md
path: ${{ github.workspace }}/artefacts/${{ github.event.inputs.version }}.md
overwrite: true

# -----------------------------------------------------------------------------

0 comments on commit d7c98cf

Please sign in to comment.