mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix Windows executable upload
This commit is contained in:
6
.github/workflows/build-binaries.yml
vendored
6
.github/workflows/build-binaries.yml
vendored
@@ -18,12 +18,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x64, arm64]
|
||||
os: [linux, macos, win]
|
||||
os: [linux, win]
|
||||
include:
|
||||
- os: linux
|
||||
target: node18-linux
|
||||
- os: macos
|
||||
target: node18-macos
|
||||
- os: win
|
||||
target: node18-win
|
||||
|
||||
@@ -62,4 +60,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: backend/binary/infisical-${{ matrix.os }}-${{ matrix.arch }}
|
||||
path: ${{ format('backend/binary/infisical-{}-{}{}', matrix.os, matrix.arch, matrix.os == 'windows-latest' && '.exe' || '') }}
|
||||
|
||||
Reference in New Issue
Block a user