Skip to content

Commit be9bbde

Browse files
committed
GitHub Actions: Fix release workflow (cloudsmith push alpine)
1 parent 9431393 commit be9bbde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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"

0 commit comments

Comments
 (0)