Skip to content

Commit

Permalink
Move the built binary to usr folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hectorhammett committed Oct 21, 2024
1 parent 452bb9b commit ab7d6ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
cd lite
go build -o splitsh-lite github.com/splitsh/lite
pwd
mv splitsh-lite /usr/local/bin/splitsh-lite
- name: Checkout google/cloud
uses: actions/checkout@v4
with:
Expand All @@ -63,9 +63,8 @@ jobs:
env:
RELEASE_TAG: ${{ inputs.tag != '' && inputs.tag || steps.getTag.outputs.tag }}
run: |
pwd
./dev/google-cloud split $GITHUB_REPOSITORY $RELEASE_TAG \
--splitsh=./lite/splitsh-lite \
--splitsh=/usr/local/bin/splitsh-lite \
-t ${{ secrets.SPLIT_TOKEN }} \
--packagist-username=${{ vars.PACKAGIST_USERNAME }} \
--packagist-token=${{ secrets.PACKAGIST_TOKEN }}

0 comments on commit ab7d6ba

Please sign in to comment.