From 0b0f9718029694042946bf7376b9ad409f0b036a Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Tue, 4 Jul 2023 23:28:54 -0400 Subject: [PATCH] Use workspace --- .github/workflows/love.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml index a59560a..0b037fe 100644 --- a/.github/workflows/love.yml +++ b/.github/workflows/love.yml @@ -19,4 +19,5 @@ jobs: sudo chmod +x love.AppImage - name: Run Tests run: | - ./love.AppImage tests \ No newline at end of file + ls -l + ./love.AppImage ${{github.workspace}}/tests \ No newline at end of file