From 59de67ca581a643b841ac8b18d7a0ae74eeb1918 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sun, 4 Jul 2021 16:19:11 +0200 Subject: [PATCH] artifact names --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54667944..9f821d7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -290,11 +290,11 @@ jobs: - uses: actions/upload-artifact@master name: Upload installer with: - name: Installer + name: Windows installer path: artifact-setup - uses: actions/upload-artifact@master name: Upload portable build with: - name: Portable build + name: Windows portable build path: artifact-portable