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 23, 2024
1 parent 477ad41 commit 467e02d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,13 @@ jobs:
working-directory: ./backend
run: cloudsmith push raw infisical/infisical-core ./binary/infisical-core-${{ matrix.os }}-${{ matrix.arch }}.exe --republish --no-wait-for-sync --version ${{ github.event.inputs.version }} --api-key ${{ secrets.CLOUDSMITH_API_KEY }}

- name: List files in resources folders
run: |
echo "Listing files in backend:"
ls -R backend
- uses: actions/upload-artifact@v4
if: matrix.os == 'linux' && matrix.arch == 'arm64'
with:
name: test-binary
path: ./backend/binary/infisical-core-${{ matrix.os }}-${{ matrix.arch }}.deb
path: backend/binary/infisical-core-${{ matrix.os }}-${{ matrix.arch }}.deb

0 comments on commit 467e02d

Please sign in to comment.