Skip to content

Commit

Permalink
Fix linux and mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jliddev committed Oct 26, 2022
1 parent 452cc4f commit 8567ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/electron-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: sudo apt install flatpak flatpak-builder

- name: Inject Token
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
run: |
cd ./wowup-electron
node ./inject-token.js
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/electron-mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Inject Token
env:
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
run: |
cd ./wowup-electron
node ./inject-token.js
Expand Down

0 comments on commit 8567ef8

Please sign in to comment.