mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update build-binaries.yml
This commit is contained in:
8
.github/workflows/build-binaries.yml
vendored
8
.github/workflows/build-binaries.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
branches:
|
||||
- daniel/infisical-binary
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./backend
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
runs-on: ubuntu-20.04
|
||||
@@ -22,9 +26,6 @@ jobs:
|
||||
- linux
|
||||
- macos
|
||||
- win
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./backend
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -50,6 +51,7 @@ jobs:
|
||||
with:
|
||||
entrypoint: backend/dist/main.js
|
||||
arch: ${{ matrix.arch }}
|
||||
options: "--no-bytecode"
|
||||
node-version: node${{ matrix.node-version }}
|
||||
os: ${{ matrix.os }}
|
||||
upload: false
|
||||
|
||||
Reference in New Issue
Block a user