Skip to content

Commit

Permalink
comment out for test
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 11, 2025
1 parent fed3c8c commit 4d7be24
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
cache: 'npm'
- name: Install dependencies (Node.js)
run: npm ci
- name: Build electron app
run: npm run build:electron
- name: build package
run: npx electron-builder build --x64 --arm64 --publish always
- name: Upload built packages
uses: actions/upload-artifact@v4
with:
name: artifact-${{ matrix.image }}
path: release/
# - name: Build electron app
# run: npm run build:electron
# - name: build package
# run: npx electron-builder build --x64 --arm64 --publish always
# - name: Upload built packages
# uses: actions/upload-artifact@v4
# with:
# name: artifact-${{ matrix.image }}
# path: release/

plugin:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d7be24

Please sign in to comment.