We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73907ee commit 8e1d463Copy full SHA for 8e1d463
.github/workflows/release-binaries.yml
@@ -1,4 +1,4 @@
1
-name: 'release electron binaries for mac'
+name: 'build and release electron installer'
2
on:
3
push:
4
tags:
index.html
@@ -3,12 +3,9 @@
<head>
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Document</title>
+ <title>Hello World</title>
7
</head>
8
<body>
9
<h1>Hello World!!</h1>
10
- We are using node <script>document.write(process.versions.node)</script>,
11
- Chrome <script>document.write(process.versions.chrome)</script>,
12
- and Electron <script>document.write(process.versions.electron)</script>
13
</body>
14
</html>
0 commit comments