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.
1 parent 8fe7231 commit 3c5aa84Copy full SHA for 3c5aa84
3 files changed
.github/workflows/release.yml
@@ -69,14 +69,18 @@ jobs:
69
70
- name: Build Store-Safe Version
71
run: npm run build:release:store
72
-
73
- # No script generation — snapcraft.yaml already exists
74
+
75
- name: Install Snapcraft
76
uses: samuelmeuli/action-snapcraft@v2
77
with:
78
snapcraft_token: ${{ secrets.SNAPCRAFT_LOGIN }}
79
+ - name: Install LXD
+ run: |
80
+ sudo snap install lxd
81
+ sudo lxd waitready
82
+ sudo lxd init --auto
83
84
- name: Pack Snap
85
run: snapcraft pack
86
0 commit comments