move github workflows
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Build Enjoy App
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
@@ -15,4 +15,4 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: yarn install
|
||||
- name: build
|
||||
run: yarn package
|
||||
run: yarn package:enjoy
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Release
|
||||
name: Release Enjoy App
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
@@ -17,8 +17,4 @@ jobs:
|
||||
- name: publish
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
run: yarn run publish
|
||||
- if: matrix.os == 'macos-latest'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
|
||||
run: yarn run publish --arch=arm64
|
||||
run: yarn publish:enjoy
|
||||
2
enjoy/.gitattributes
vendored
2
enjoy/.gitattributes
vendored
@@ -1,2 +0,0 @@
|
||||
# ffmpeg.exe filter=lfs diff=lfs merge=lfs -text
|
||||
# ffprobe.exe filter=lfs diff=lfs merge=lfs -text
|
||||
Reference in New Issue
Block a user