Skip to content

Commit f8f05c9

Browse files
committed
Fix build.yml with specified target for nexe
1 parent 19aec14 commit f8f05c9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/nexe_builds.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ jobs:
77
matrix:
88
os: [ubuntu-latest]
99
node:
10-
- 12
1110
- 14
12-
- 15
1311
runs-on: ${{ matrix.os }}
1412

1513
name: Node ${{ matrix.node }} on ${{ matrix.os }}
@@ -30,5 +28,6 @@ jobs:
3028

3129
- name: Builds
3230
run: |
33-
nexe proxy-login-automator.js -t "linux-x64"
34-
nexe proxy-login-automator.js -t "windows-x64-10.16.0"
31+
nexe proxy-login-automator.js -t "linux-x64-14.15.3"
32+
nexe proxy-login-automator.js -t "windows-x64-14.15.3"
33+
nexe proxy-login-automator.js -t "mac-x64-14.15.3"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# Build files
107+
build/

0 commit comments

Comments
 (0)