Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa6765 committed Jul 7, 2024
1 parent b6e7f4f commit f87e5d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
pipenv run python ./pyinstaller-build.py
- name: Install dependencies
run: |
pnpm install --force
run: pnpm install --force

- name: Build Electron App for ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -55,7 +54,7 @@ jobs:
elif [[ "${{ matrix.os }}" == 'windows-latest' ]]; then
pnpm run build:win
fi
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand All @@ -65,3 +64,5 @@ jobs:
asset_path: ./dist/electron-app-${{ matrix.os }}.zip
asset_name: electron-app-${{ matrix.os }}.zip
asset_content_type: application/zip


0 comments on commit f87e5d9

Please sign in to comment.