From 96ca4583d40be92c36f21fe254c23b25be5dc8e6 Mon Sep 17 00:00:00 2001 From: pythonicrahul Date: Sat, 17 Feb 2024 16:54:09 +0530 Subject: [PATCH] updated ci/cd --- .github/workflows/build.yaml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 761cbf8..83c0e27 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,5 +30,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: windows-executable # Specify the name for the artifact - path: ./dist/* # Specify the path to the built executable or files + name: windows-executable + path: dist/20-20-20-refresh Setup 1.0.0.exe diff --git a/package-lock.json b/package-lock.json index 255b29e..ae7d340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "blink-bliss", + "name": "20-20-20-refresh", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index d1fec61..b146567 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "oneClick": false, "installerIcon": "./icon/ico.ico", "uninstallerIcon": "./icon/ico.ico", - "uninstallDisplayName": "blink-bliss", + "uninstallDisplayName": "20-20-20-refresh", "license": "LICENSE", "allowToChangeInstallationDirectory": true }