mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
Update build-binaries.yml
This commit is contained in:
5
.github/workflows/build-binaries.yml
vendored
5
.github/workflows/build-binaries.yml
vendored
@@ -51,8 +51,11 @@ jobs:
|
||||
- name: Package into node binary
|
||||
run: pkg --no-bytecode --public-packages \"*\" --public --target host --output ./binary/infisical-${{ matrix.os }}-${{ matrix.arch }} .
|
||||
|
||||
- name: List files
|
||||
run: ls -la ./binary
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: ./binary/infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: backend/binary/infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
|
||||
Reference in New Issue
Block a user