File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 - run : echo "VERSION=${TAG#v}" >> "$GITHUB_ENV"
6565 env :
6666 TAG : ${{ github.ref_name }}
67- - run : cloudsmith push deb typisttech/oss/any-distro/any-version "./ dist/wpry_${VERSION}_linux_amd64.deb"
68- - run : cloudsmith push deb typisttech/oss/any-distro/any-version "./ dist/wpry_${VERSION}_linux_arm64.deb"
69- - run : cloudsmith push apk typisttech/oss/alpine/any-version "./ dist/wpry_${VERSION}_linux_amd64.apk"
70- - run : cloudsmith push apk typisttech/oss/alpine/any-version "./ dist/wpry_${VERSION}_linux_arm64.apk"
67+ - run : cloudsmith push deb typisttech/oss/any-distro/any-version "dist/wpry_${VERSION}_linux_amd64.deb"
68+ - run : cloudsmith push deb typisttech/oss/any-distro/any-version "dist/wpry_${VERSION}_linux_arm64.deb"
69+ - run : cloudsmith push alpine typisttech/oss/alpine/any-version "dist/wpry_${VERSION}_linux_amd64.apk"
70+ - run : cloudsmith push alpine typisttech/oss/alpine/any-version "dist/wpry_${VERSION}_linux_arm64.apk"
You can’t perform that action at this time.
0 commit comments