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:
18
.github/workflows/build-binaries.yml
vendored
18
.github/workflows/build-binaries.yml
vendored
@@ -83,16 +83,10 @@ jobs:
|
||||
dpkg-deb --build infisical-standalone
|
||||
mv infisical-standalone.deb infisical-linux-${{ matrix.arch }}.deb
|
||||
|
||||
- name: Upload to Cloudsmith
|
||||
- uses: actions/setup-python@v4
|
||||
- run: pip install --upgrade cloudsmith-cli
|
||||
|
||||
- name: Publish to Cloudsmith (Linux)
|
||||
working-directory: ./backend
|
||||
if: matrix.os == 'linux'
|
||||
uses: cloudsmith-io/action@v0.5.0
|
||||
with:
|
||||
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
|
||||
command: "push"
|
||||
format: "deb"
|
||||
owner: "your-cloudsmith-org"
|
||||
repo: "your-cloudsmith-repo"
|
||||
distro: "any-distro"
|
||||
release: "any-release"
|
||||
republish: "true"
|
||||
file: infisical-linux-${{ matrix.arch }}.deb
|
||||
run: cloudsmith push deb infisical/infisical-standalone/any-distro/any-version infisical-linux-${{ matrix.arch }}.deb --republish --no-wait-for-sync --version 3.0.0 --api-key ${{ secrets.CLOUDSMITH_API_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user