This commit is contained in:
2025-12-04 14:52:39 -05:00
parent a967176454
commit 34b2aed773
2 changed files with 13 additions and 4 deletions

View File

@@ -43,10 +43,7 @@ jobs:
- name: Get version from package.json
id: version
working-directory: electron-app
shell: pwsh
run: |
$VERSION = node -p "require('./package.json').version"
echo "VERSION=$VERSION" >> $env:GITHUB_OUTPUT
run: node scripts/get-version.js
- name: Create Release and Upload exe
uses: softprops/action-gh-release@v1