Skip to content

Commit

Permalink
Update build-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jul 1, 2024
1 parent 5809336 commit 64b3c8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 64b3c8b

Please sign in to comment.