PLSPLSPLSPLSPLSPLSPLSPLPSLPLS WORK
This commit is contained in:
parent
9949ba87cd
commit
4a32015e24
1 changed files with 15 additions and 12 deletions
27
.github/workflows/build-macos.yml
vendored
27
.github/workflows/build-macos.yml
vendored
|
@ -52,7 +52,6 @@ jobs:
|
||||||
cp resources/macPackager.js node_modules/app-builder-lib/out/macPackager.js
|
cp resources/macPackager.js node_modules/app-builder-lib/out/macPackager.js
|
||||||
rm -r node_modules/pouchdb-node/node_modules/leveldown
|
rm -r node_modules/pouchdb-node/node_modules/leveldown
|
||||||
rm -r node_modules/pouchdb-adapter-leveldb/node_modules/leveldown
|
rm -r node_modules/pouchdb-adapter-leveldb/node_modules/leveldown
|
||||||
rm -r /node_modules/leveldown/node_modules/node-gyp-build || true
|
|
||||||
|
|
||||||
|
|
||||||
# Build the DMG
|
# Build the DMG
|
||||||
|
@ -94,15 +93,19 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2.2.3
|
uses: actions/upload-artifact@v2.2.3
|
||||||
with:
|
with:
|
||||||
name: Cider-macOS-${{ env.APP_VERSION }}
|
name: Cider-macOS-${{ env.APP_VERSION }}
|
||||||
path: dist/*
|
path: |
|
||||||
|
dist/*.dmg
|
||||||
|
dist/*.pkg
|
||||||
|
latest-mac.yml
|
||||||
|
|
||||||
# - name: Upload Artifacts to Latest Release
|
- name: Upload Artifacts to Latest Release
|
||||||
# uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
# with:
|
with:
|
||||||
# token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
|
token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
# files: |
|
files: |
|
||||||
# dist/*.dmg
|
dist/*.dmg
|
||||||
# dist/*.pkg
|
dist/*.pkg
|
||||||
# tag_name: $APP_VERSION
|
latest-mac.yml
|
||||||
# env:
|
tag_name: ${{ env.APP_VERSION }}
|
||||||
# GITHUB_REPOSITORY: ciderapp/cider-releases
|
env:
|
||||||
|
GITHUB_REPOSITORY: ciderapp/cider-releases
|
Loading…
Add table
Add a link
Reference in a new issue