Skip to content

Commit

Permalink
Build split lite
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Oct 21, 2024
1 parent 78e924d commit a6f918e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ jobs:
mkdir libgit2/build && cd libgit2/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
sudo cmake --build . --target install
- name: Cone splitsh/lit
uses: actions/checkout@master
with:
repository: splitsh/lite
ref: v2.0.0
path: lite
- name: Install splitsh-lite
run: |
go install github.com/splitsh/lite@latest
cd lite
go build -o splitsh-lite github.com/splitsh/lite
- name: Checkout google/cloud
uses: actions/checkout@v4
with:
Expand All @@ -56,7 +63,7 @@ jobs:
RELEASE_TAG: ${{ inputs.tag != '' && inputs.tag || steps.getTag.outputs.tag }}
run: |
./dev/google-cloud split $GITHUB_REPOSITORY $RELEASE_TAG \
--splitsh=$HOME/go/bin/lite \
--splitsh=lite/ \
-t ${{ secrets.SPLIT_TOKEN }} \
--packagist-username=${{ vars.PACKAGIST_USERNAME }} \
--packagist-token=${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit a6f918e

Please sign in to comment.