forked from notion-enhancer/notion-repackaged
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
292a33e
commit 94465ad
Showing
3 changed files
with
22 additions
and
55 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install moreutils | ||
run: sudo apt-get install -y moreutils | ||
run: sudo apt-get install -y moreutils dos2unix | ||
- name: Download official Windows build | ||
env: | ||
NOTION_DOWNLOAD_HASH: ${{ needs.preload-variables.outputs.notion_download_hash }} | ||
|
@@ -84,7 +84,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install icnsutils and moreutils | ||
run: sudo apt-get install -y icnsutils moreutils | ||
run: sudo apt-get install -y icnsutils moreutils dos2unix | ||
- name: Force to use HTTPS instead of SSH | ||
run: git config --global url."https://github.com/".insteadOf "[email protected]:" | ||
- name: Retrieve saved vanilla sources | ||
|
@@ -135,7 +135,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: 14 | ||
node-version: 16 | ||
- name: Retrieve saved sources | ||
uses: actions/download-artifact@v2 | ||
with: | ||
|
@@ -154,7 +154,7 @@ jobs: | |
run: npx patch-package | ||
- name: Install electron and electron-builder | ||
working-directory: ${{ matrix.edition }}-src | ||
run: npm install electron@11 electron-builder --save-dev | ||
run: npm install electron@25 electron-builder --save-dev | ||
- name: Run electron-builder | ||
working-directory: ${{ matrix.edition }}-src | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters