Trying again
Some checks failed
Actions Testing Workflow / build (push) Failing after 18s

This commit is contained in:
Steven Tracey 2024-10-27 15:04:24 -04:00
parent 0da256b63c
commit 2e13e17868

View File

@ -29,6 +29,8 @@ jobs:
with:
source-dir: src/
output-dir: src/out
- name: Run built exe
run: ./src/out/ActionsTesting.exe
- name: Prepare artifacts
run: |
Get-ChildItem -Path .\artifacts\ -Recurse | Remove-Item -force -recurse