From b729f9e8446cd5c5207283851840ffb69723128d Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 16 Apr 2023 12:48:11 +0200 Subject: [PATCH] ci: minor change in build scripts --- .github/workflows/create-artifact-win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-artifact-win.yml b/.github/workflows/create-artifact-win.yml index de32bad..9e675a7 100644 --- a/.github/workflows/create-artifact-win.yml +++ b/.github/workflows/create-artifact-win.yml @@ -1,4 +1,4 @@ -name: Create artifact [LINUX] +name: Create artifact [WINDOWS] on: workflow_dispatch: {} @@ -24,7 +24,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: linux-build + name: win-build retention-days: 3 path: | build