From 7be25c1aead6bf35d130893c1bc7985644b35e98 Mon Sep 17 00:00:00 2001 From: VIPIN PAUL <37212471+vipinpaul@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:55:29 +0530 Subject: [PATCH] Updating version and git workflow (#370) --- .github/workflows/node.js.yml | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c5aab860..d41ae0b0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,12 +39,12 @@ jobs: - name: Cleanup artifacts run: | - npx rimraf "dist/!(*.deb|*.AppImage|*.dmg)" + npx rimraf "dist/!(*.deb|*.AppImage|*.dmg|*.exe)" - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: Scribe - path: Scribe-${{ github.run_id }}-${{ github.sha }} + name: Scribe-${{ github.run_id }}-${{ github.sha }} + path: dist overwrite: true build-windows: @@ -88,7 +88,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: Scribe-${{ github.run_id }}-${{ github.sha }} + name: Scribe path: artifacts overwrite: true # Commented the below code for getting the binaries build for windows and Ubuntu @@ -145,10 +145,10 @@ jobs: - name: Cleanup artifacts run: | - npx rimraf "dist/!(*.deb|*.AppImage|*.dmg)" + npx rimraf "dist/!(*.deb|*.AppImage|*.dmg|*.exe)" - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: Scribe-${{ github.run_id }}-${{ github.sha }} + name: Scribe-Mac-${{ github.run_id }}-${{ github.sha }} path: dist overwrite: true \ No newline at end of file diff --git a/package.json b/package.json index e53d41af..8152c91e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "productName": "scribe-scripture-editor", "description": "A friendly assistant for Bible Translators.", "author": "Bible Technology ", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "private": true, "main": "main/index.js",