Skip to content

Commit

Permalink
check env var setting
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 2, 2023
1 parent 0f7ba76 commit a56e5e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/desktop.test-windows.sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ 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 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 }}
- run: yarn run electron-builder --windows --x64 --ia32 --publish=never --c.extraMetadata.version=$APP_VERSION

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

0 comments on commit a56e5e2

Please sign in to comment.