From 2e13e17868d4c086ee42a2de25ced72d1c5ed96c Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Sun, 27 Oct 2024 15:04:24 -0400 Subject: [PATCH] Trying again --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 123eedc..16c1644 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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