-
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f7ba76
commit a56e5e2
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|