Browse Source

add name required for building MSI

Sebastian Stenzel 4 năm trước cách đây
mục cha
commit
b6feb35642
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -385,6 +385,7 @@ jobs:
           --type msi
           --app-image appdir
           --dest installer
+          --name Cryptomator
       - name: Upload appdir-${{ matrix.profile }}
         uses: actions/upload-artifact@v2
         with: