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:
12
.github/workflows/build-binaries.yml
vendored
12
.github/workflows/build-binaries.yml
vendored
@@ -49,10 +49,10 @@ jobs:
|
||||
run: npm run binary:build
|
||||
|
||||
- name: Package into node binary
|
||||
run: pkg --no-bytecode --public-packages \"*\" --public --target host --debug .
|
||||
run: pkg --no-bytecode --public-packages \"*\" --public --target host --output ./binary/infisical-${{ matrix.os }}-${{ matrix.arch }} .
|
||||
|
||||
# - name: Upload artifact
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: ${{ steps.pkg.outputs.artifact-key }}
|
||||
# path: ${{ steps.pkg.outputs.file }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: ./binary/infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
|
||||
Reference in New Issue
Block a user