Skip to content

Commit

Permalink
Yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 3ec943a commit 4390fec
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,38 +69,38 @@ jobs:
with:
name: MacOSX Binary
path: apps/*.zip
build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: lts
check-latest: true
cache: 'npm'
- name: Install deps
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
command: npm install
- name: build win64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64 -LLLL --installer
- name: Upload msi
uses: actions/upload-artifact@v3
with:
name: Configurator win64 msi
path: apps/*.msi
- name: Upload exe
uses: actions/upload-artifact@v3
with:
name: Configurator win64 exe
path: apps/*.exe
- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: Configurator win64 zip
path: apps/*.zip
build-win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: lts
check-latest: true
cache: 'npm'
- name: Install deps
uses: nick-fields/retry@v2
with:
max_attempts: 3
retry_on: error
command: npm install
- name: build win64 release
run: node ./node_modules/gulp/bin/gulp.js release --platform=win64 -LLLL --installer
- name: Upload msi
uses: actions/upload-artifact@v3
with:
name: Configurator win64 msi
path: apps/*.msi
- name: Upload exe
uses: actions/upload-artifact@v3
with:
name: Configurator win64 exe
path: apps/*.exe
- name: Upload zip
uses: actions/upload-artifact@v3
with:
name: Configurator win64 zip
path: apps/*.zip



Expand Down

0 comments on commit 4390fec

Please sign in to comment.