Skip to content

Commit

Permalink
fix version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 2, 2023
1 parent ddd2581 commit 1b6679d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/desktop.test-windows.sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ jobs:
- run: yarn install --immutable
- run: yarn build:desktop
- run: yarn run webpack --config desktop.webpack.prod.js
- run: echo "test"
- run: echo foobar
- 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
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$(node -p "require('./../web/package.json').version")

- name: Upload
uses: actions/[email protected]
Expand Down

0 comments on commit 1b6679d

Please sign in to comment.