Browse Source

artifact names

Eugene Pankov 4 years ago
parent
commit
59de67ca58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -290,11 +290,11 @@ jobs:
     - uses: actions/upload-artifact@master
     - uses: actions/upload-artifact@master
       name: Upload installer
       name: Upload installer
       with:
       with:
-        name: Installer
+        name: Windows installer
         path: artifact-setup
         path: artifact-setup
 
 
     - uses: actions/upload-artifact@master
     - uses: actions/upload-artifact@master
       name: Upload portable build
       name: Upload portable build
       with:
       with:
-        name: Portable build
+        name: Windows portable build
         path: artifact-portable
         path: artifact-portable