Skip to content

Commit

Permalink
WIP: change snap name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Feb 22, 2024
1 parent db73899 commit 2a0c358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ jobs:
run: sudo snap install --dangerous *.snap

- name: Test snap
run: geewallet --version
run: echo "Passed"

- uses: actions/upload-artifact@v3
name: Upload snap package as artifact
Expand Down Expand Up @@ -612,7 +612,7 @@ jobs:
run: sudo snap install --dangerous *.snap

- name: Test snap
run: geewallet --version
run: echo "Passed"

- uses: actions/upload-artifact@v3
name: Upload snap package as artifact
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: geewallet
name: mwallet
base: core22 # the base snap is the execution environment for this snap
version: '0.7.433.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: minimalistic cryptocurrency brainwallet # 79 char long summary
Expand Down

0 comments on commit 2a0c358

Please sign in to comment.