Skip to content

Commit

Permalink
Surely this is valid YAML.
Browse files Browse the repository at this point in the history
  • Loading branch information
MM45 committed Aug 20, 2024
1 parent 0e0a4fa commit f59cb95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Compile Project (fsai)
run: opam config exec -- easycrypt runtest -jobs 1 -report report_fsai.log -raw-args -gcstats config/tests.config xmss-fsai
- uses: actions/upload-artifact@v4
name: Upload report.log
name: Upload reports
if: always()
with:
name: reports
path: |
reprot_acai.log
report_fsai.log
report_acai.log
report_fsai.log
if-no-files-found: ignore

0 comments on commit f59cb95

Please sign in to comment.