Skip to content

Commit

Permalink
Updating version and git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinpaul committed Oct 7, 2024
1 parent 8addbea commit b5098a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "scribe-scripture-editor",
"description": "A friendly assistant for Bible Translators.",
"author": "Bible Technology <[email protected]>",
"version": "0.6.2",
"version": "0.6.3",
"license": "MIT",
"private": true,
"main": "main/index.js",
Expand Down

0 comments on commit b5098a2

Please sign in to comment.