We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a0c8b commit 073ad88Copy full SHA for 073ad88
1 file changed
.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