Skip to content

Commit

Permalink
CI: pin cloudsmith CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Sep 10, 2023
1 parent 1d63cbb commit 78c2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: upload artifact
run: |
test ! -n "$CLOUDSMITH_API_KEY" && exit 0
pip3 install --upgrade cloudsmith-cli
pip3 install --upgrade cloudsmith-cli==1.0.0
~/.local/bin/cloudsmith push raw ogrecave/ogre build/OgreJNI/ogre-sdk-android-*-arm64-v8a.zip --republish --version ${{ steps.package.outputs.ver }} -k $CLOUDSMITH_API_KEY
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
Expand Down

0 comments on commit 78c2d85

Please sign in to comment.