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