Skip to content

Commit

Permalink
check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 2, 2023
1 parent a56e5e2 commit ddd2581
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/desktop.test-windows.sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- run: yarn run webpack --config desktop.webpack.prod.js
- run: echo "test"
- run: echo foobar
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- run: echo $(node -p "require('./../web/package.json').version")
- run: echo "APP_VERSION=$(node -p \"require('./../web/package.json').version\")" >> $GITHUB_ENV
- run: echo $APP_VERSION
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$APP_VERSION

Expand Down

0 comments on commit ddd2581

Please sign in to comment.