We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cloudsmith
1 parent 42e2462 commit 792d70eCopy full SHA for 792d70e
1 file changed
.github/workflows/release.yml
@@ -61,5 +61,5 @@ jobs:
61
- uses: cloudsmith-io/cloudsmith-cli-action@18665afcce9f859312b61989671af9af7402e4fb # v2.0.2
62
with:
63
api-key: ${{ secrets.CLOUDSMITH_API_KEY_TASTENDRUCK }}
64
- - run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.deb'
65
- - run: cloudsmith push deb typisttech/oss/any-distro/any-version 'dist/*.apk'
+ - run: cloudsmith push deb typisttech/oss/any-distro/any-version ./dist/*.deb
+ - run: cloudsmith push deb typisttech/oss/any-distro/any-version ./dist/*.apk
0 commit comments