PLSPLSPLSPLSPLSPLSPLSPLPSLPLS WORK

This commit is contained in:
Core 2022-08-03 18:53:12 +01:00
parent 9949ba87cd
commit 4a32015e24
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -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