Skip to content

Commit

Permalink
Point to the correct split built binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Oct 21, 2024
1 parent a6f918e commit f77b65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir libgit2/build && cd libgit2/build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
sudo cmake --build . --target install
- name: Cone splitsh/lit
- name: Clone splitsh/lite
uses: actions/checkout@master
with:
repository: splitsh/lite
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
RELEASE_TAG: ${{ inputs.tag != '' && inputs.tag || steps.getTag.outputs.tag }}
run: |
./dev/google-cloud split $GITHUB_REPOSITORY $RELEASE_TAG \
--splitsh=lite/ \
--splitsh=lite/splitsh-lite \
-t ${{ secrets.SPLIT_TOKEN }} \
--packagist-username=${{ vars.PACKAGIST_USERNAME }} \
--packagist-token=${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit f77b65b

Please sign in to comment.