From 8c2e98dadcc5fe7e10b81c4bbe4bed4eb4bc7a25 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 21 Mar 2020 08:09:38 -0700 Subject: [PATCH] Add version to artifact --- .github/workflows/electron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index 7b1ad1a..0eb3945 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -142,7 +142,7 @@ jobs: APP_VERSION: ${{ env.VERSION }} run: | bin/signbinaries.sh - tar -cf artifacts.tar.gz release/signatures*.zip release/Zecwallet* + tar -cf artifacts-$APP_VERSION.tar.gz release/signatures*.zip release/Zecwallet* - name: Upload final artifacts uses: actions/upload-artifact@v1 with: