Skip to content

Commit

Permalink
Bump up to electron-v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jul 23, 2022
1 parent f4678a5 commit 3335a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install Oracle Cloud CLI
run: |
brew install oci-cli && mkdir ~/.oci
brew install oci-cli && mkdir -p ~/.oci
echo -n ${{ secrets.OCI_CFG_DATA }} | base64 --decode --output config
mv config ~/.oci
echo -n ${{ secrets.OCI_KEY_DATA }} | base64 --decode --output oraclekey.cer
Expand Down

0 comments on commit 3335a6c

Please sign in to comment.