From ece73547f2cd85e2425349f0ea54bc555abf68a8 Mon Sep 17 00:00:00 2001 From: nicolasbisurgi Date: Fri, 20 Sep 2024 14:50:53 +0530 Subject: [PATCH] changed executable name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 177b189..2992098 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,6 @@ jobs: - name: Upload executable artifact uses: actions/upload-artifact@v3 with: - name: executable-windows + name: rushti-winOS path: dist/rushti.exe retention-days: 90 \ No newline at end of file