mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix build
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build moviepilot frontend
|
||||
name: Build Moviepilot-Frontend
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -33,8 +33,6 @@ jobs:
|
||||
yarn
|
||||
yarn build
|
||||
zip -r dist.zip dist
|
||||
npm i -g pkg
|
||||
yarn pkg
|
||||
|
||||
- name: Generate Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
@@ -45,6 +43,5 @@ jobs:
|
||||
prerelease: false
|
||||
files: |
|
||||
dist.zip
|
||||
dist/MoviePilot-Frontend.exe
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user