Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: bump version to 2.8.0 (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorubeens authored Feb 10, 2020
1 parent ce6dde1 commit bda0e3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,20 @@ jobs:
# - name: Upload .AppImage
# uses: actions/upload-artifact@master
# with:
# name: ark-desktop-wallet-linux-2.7.0.AppImage
# path: build/target/ark-desktop-wallet-linux-x86_64-2.7.0.AppImage
# name: ark-desktop-wallet-linux-2.8.0.AppImage
# path: build/target/ark-desktop-wallet-linux-x86_64-2.8.0.AppImage

# - name: Upload .tar.gz
# uses: actions/upload-artifact@master
# with:
# name: ark-desktop-wallet-linux-2.7.0.tar.gz
# path: build/target/ark-desktop-wallet-linux-x64-2.7.0.tar.gz
# name: ark-desktop-wallet-linux-2.8.0.tar.gz
# path: build/target/ark-desktop-wallet-linux-x64-2.8.0.tar.gz

- name: Upload .deb
uses: actions/upload-artifact@master
with:
name: ark-desktop-wallet-linux-2.7.0.deb
path: build/target/ark-desktop-wallet-linux-amd64-2.7.0.deb
name: ark-desktop-wallet-linux-2.8.0.deb
path: build/target/ark-desktop-wallet-linux-amd64-2.8.0.deb

build-macOS:
runs-on: macOS-latest
Expand Down Expand Up @@ -135,14 +135,14 @@ jobs:
# - name: Upload .zip
# uses: actions/upload-artifact@master
# with:
# name: ark-desktop-wallet-mac-2.7.0.zip
# path: build/target/ark-desktop-wallet-mac-2.7.0.zip
# name: ark-desktop-wallet-mac-2.8.0.zip
# path: build/target/ark-desktop-wallet-mac-2.8.0.zip

- name: Upload .dmg
uses: actions/upload-artifact@v1
with:
name: ark-desktop-wallet-mac-2.7.0.dmg
path: build/target/ark-desktop-wallet-mac-2.7.0.dmg
name: ark-desktop-wallet-mac-2.8.0.dmg
path: build/target/ark-desktop-wallet-mac-2.8.0.dmg

build-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -170,5 +170,5 @@ jobs:
- name: Upload .exe
uses: actions/upload-artifact@v1
with:
name: ark-desktop-wallet-win-2.7.0.exe
path: build/target/ark-desktop-wallet-win-2.7.0.exe
name: ark-desktop-wallet-win-2.8.0.exe
path: build/target/ark-desktop-wallet-win-2.8.0.exe
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ark-desktop-wallet",
"version": "2.7.0",
"version": "2.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ArkEcosystem/desktop-wallet.git"
Expand Down

0 comments on commit bda0e3a

Please sign in to comment.