Skip to content

Commit

Permalink
update .deb files to be any-distro/any-version
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Nov 20, 2022
1 parent 5ee323e commit 47ad4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/upload_to_cloudsmith.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ done

for i in *.deb; do
[ -f "$i" ] || break
cloudsmith push deb --no-republish infisical/infisical-cli/debian/any-version $i
cloudsmith push deb --no-republish infisical/infisical-cli/any-distro/any-version $i
done

for i in *.rpm; do
Expand Down

0 comments on commit 47ad4f0

Please sign in to comment.