From 4088a394f389ffc94cfcb115b42ce28f8e9b30df Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 28 Dec 2022 10:41:29 -0800 Subject: [PATCH] Fix typo in main.yml (#659) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b3cfbe823..04df6cdcf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -405,7 +405,7 @@ jobs: # but the filtering below won't pick these up (I hope) - uses: actions/download-artifact@v2 - -run: find + - run: find # Push to dev release - uses: pyTooling/Actions/releaser@r0