Skip to content

Commit

Permalink
updated ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 17, 2024
1 parent 513f5c8 commit 96ca458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 96ca458

Please sign in to comment.