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

Commit

Permalink
chore: bump version to 2.9.0 (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Mar 5, 2020
1 parent d801ea0 commit 9262292
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.8.1.AppImage
# path: build/target/ark-desktop-wallet-linux-x86_64-2.8.1.AppImage
# name: ark-desktop-wallet-linux-2.9.0.AppImage
# path: build/target/ark-desktop-wallet-linux-x86_64-2.9.0.AppImage

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

- name: Upload .deb
uses: actions/upload-artifact@master
with:
name: ark-desktop-wallet-linux-2.8.1-${{ github.sha }}.deb
path: build/target/ark-desktop-wallet-linux-amd64-2.8.1.deb
name: ark-desktop-wallet-linux-2.9.0-${{ github.sha }}.deb
path: build/target/ark-desktop-wallet-linux-amd64-2.9.0.deb

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

- name: Upload .dmg
uses: actions/upload-artifact@v1
with:
name: ark-desktop-wallet-mac-2.8.1-${{ github.sha }}.dmg
path: build/target/ark-desktop-wallet-mac-2.8.1.dmg
name: ark-desktop-wallet-mac-2.9.0-${{ github.sha }}.dmg
path: build/target/ark-desktop-wallet-mac-2.9.0.dmg

build-windows:
runs-on: windows-latest
Expand Down Expand Up @@ -172,5 +172,5 @@ jobs:
- name: Upload .exe
uses: actions/upload-artifact@v1
with:
name: ark-desktop-wallet-win-2.8.1-${{ github.sha }}.exe
path: build/target/ark-desktop-wallet-win-2.8.1.exe
name: ark-desktop-wallet-win-2.9.0-${{ github.sha }}.exe
path: build/target/ark-desktop-wallet-win-2.9.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.8.1",
"version": "2.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ArkEcosystem/desktop-wallet.git"
Expand Down

0 comments on commit 9262292

Please sign in to comment.