From c62a622a0404a1978702107fb578ace7c97de470 Mon Sep 17 00:00:00 2001 From: Tim Harding Date: Thu, 21 Mar 2024 22:59:44 -0700 Subject: [PATCH] Fixed Windows artifact name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37c0c30..93eb750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Archive artifact uses: actions/upload-artifact@v4 with: - name: neophyte-windows.exe + name: neophyte-windows path: target/ci/neophyte.exe retention-days: 1