Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 29, 2024
1 parent 54624f2 commit f2ff090
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,16 @@ jobs:
uses: dcodeIO/setup-node-nvm@master
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- name: Configure caches
- name: Configure electron cache
uses: actions/cache@v3
with:
path: |
~/Library/Caches/electron-builder
~/mynvm/versions
key: electron-builder
path: ~/Library/Caches/electron-builder
- name: Configure nvm caches
uses: actions/cache@v3
with:
key: nvm
path: ~/mynvm/versions
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
Expand All @@ -62,7 +66,7 @@ jobs:
- name: build standalone
run: ./hook_standalone.sh
env:
CSC_LINK: ${{ secrets.APPLE_CERT }}
CSC_KEY_PASSWORD: ${{ secrets.APPLE_CERT_PASS }}
CSC_LINK: "${{ secrets.APPLE_CERT }}"
CSC_KEY_PASSWORD: "${{ secrets.APPLE_CERT_PASS }}"
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_VERSION: ${{ env.releaseName }}

0 comments on commit f2ff090

Please sign in to comment.