Skip to content

Commit f87e5d9

Browse files
committed
action
1 parent b6e7f4f commit f87e5d9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/electron-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
pipenv run python ./pyinstaller-build.py
4242
4343
- name: Install dependencies
44-
run: |
45-
pnpm install --force
46-
44+
run: pnpm install --force
45+
4746
- name: Build Electron App for ${{ matrix.os }}
4847
env:
4948
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
@@ -55,7 +54,7 @@ jobs:
5554
elif [[ "${{ matrix.os }}" == 'windows-latest' ]]; then
5655
pnpm run build:win
5756
fi
58-
57+
5958
- name: Upload Release Asset
6059
uses: actions/upload-release-asset@v1
6160
env:
@@ -65,3 +64,5 @@ jobs:
6564
asset_path: ./dist/electron-app-${{ matrix.os }}.zip
6665
asset_name: electron-app-${{ matrix.os }}.zip
6766
asset_content_type: application/zip
67+
68+

0 commit comments

Comments
 (0)