We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a0c8b + 073ad88 commit d72a81cCopy full SHA for d72a81c
.circleci/config.yml
@@ -268,6 +268,8 @@ jobs:
268
# To refresh: run `snapcraft login` and `snapcraft export-login creds`
269
# inside cibuilds/snapcraft:stable, then `cat creds | base64 | tr -d '\n'`
270
# and store the output as SNAPCRAFT_LOGIN_FILE in CircleCI project settings.
271
+ mkdir -p .snapcraft
272
+ echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > .snapcraft/snapcraft.cfg
273
snapcraft push *.snap --release stable
274
275
chocolatey-deploy:
0 commit comments