Skip to content

Commit

Permalink
New build works, adding release now
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframed authored Apr 19, 2022
1 parent 9f83865 commit 8307d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sysgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Running sysgen.py
id: sysgen
working-directory: /mvsce
run: until ./sysgen.py --timeout 500 --version ${GITHUB_SHA}; do echo "Failed, rerunning"; done
run: until ./sysgen.py --release --timeout 500 --version ${GITHUB_SHA}; do echo "Failed, rerunning"; done

- name: Printing Debug Log
if: ${{ always() && (steps.sysgen.outcome == 'failure') }}
Expand Down

0 comments on commit 8307d9b

Please sign in to comment.