hurr
This commit is contained in:
@@ -43,10 +43,10 @@ jobs:
|
|||||||
- name: Get version from package.json
|
- name: Get version from package.json
|
||||||
id: version
|
id: version
|
||||||
working-directory: electron-app
|
working-directory: electron-app
|
||||||
shell: bash
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(node -p "require('./package.json').version")
|
$VERSION = node -p "require('./package.json').version"
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
|
echo "VERSION=$VERSION" >> $env:GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Create Release and Upload exe
|
- name: Create Release and Upload exe
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user