From 1a47a774e2f7e8a4a9669ba9b4eaf0610252387d Mon Sep 17 00:00:00 2001 From: Peter Murray <681306+peter-murray@users.noreply.github.com> Date: Thu, 27 Oct 2022 07:55:24 +0000 Subject: [PATCH] Fixing workflow action --- .github/workflows/publish_executables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_executables.yml b/.github/workflows/publish_executables.yml index 3002c22..9388d6c 100644 --- a/.github/workflows/publish_executables.yml +++ b/.github/workflows/publish_executables.yml @@ -18,7 +18,7 @@ jobs: npm run build-exe - name: Attach artifacts - uses: actions/upload-artifacts@v3 + uses: actions/upload-artifact@v3 with: name: executables path: cli/* \ No newline at end of file