Skip to content

Commit

Permalink
check if app version is set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 2, 2023
1 parent af4d72a commit 0f7ba76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/desktop.test-windows.sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- run: yarn build:desktop
- run: yarn run webpack --config desktop.webpack.prod.js
- run: echo APP_VERSION=$(node -p "require('./../web/package.json').version") >> $GITHUB_ENV
- run: echo $APP_VERSION
- run: echo ${{ env.APP_VERSION }}
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=${{ env.APP_VERSION }}

- name: Upload
Expand Down

0 comments on commit 0f7ba76

Please sign in to comment.