Skip to content

Commit

Permalink
Archiving Artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyer-ims committed Apr 16, 2024
1 parent d52e5d0 commit 2fd2a59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@ jobs:
- name: '🚀 Run Verification Script'
run: /bin/bash -c "chmod u+x $GITHUB_WORKSPACE/.github/check.sh && $GITHUB_WORKSPACE/.github/check.sh"

- name: '📤 Archive Simulation Log File'
- name: '📤 Archive Report'
uses: actions/upload-artifact@v3
with:
name: sim_log
path: .github/sim_log

name: report
path: output/*

0 comments on commit 2fd2a59

Please sign in to comment.