Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
8259f0de
Unverified
Commit
8259f0de
authored
Aug 18, 2023
by
Nicolas Giard
Committed by
GitHub
Aug 18, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: manually patch extract-files package for windows build
parent
095f8cec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
build.yml
.github/workflows/build.yml
+8
-2
No files found.
.github/workflows/build.yml
View file @
8259f0de
...
...
@@ -192,7 +192,7 @@ jobs:
-
name
:
Setup Node.js environment
uses
:
actions/setup-node@v3.6.0
with
:
node-version
:
1
6
.x
node-version
:
1
8
.x
-
name
:
Download a Build Artifact
uses
:
actions/download-artifact@v3.0.2
...
...
@@ -203,7 +203,9 @@ jobs:
-
name
:
Extract Build
run
:
|
mkdir -p win
tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win --exclude=node_modules
tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win
copy win\node_modules\extract-files\package.json patch-extractfile.json
rmdir /S /Q win\node_modules
-
name
:
Install Dependencies
run
:
|
...
...
@@ -211,6 +213,10 @@ jobs:
yarn patch-package
working-directory
:
win
-
name
:
Fix patched packages
run
:
|
copy /y patch-extractfile.json win\node_modules\extract-files\package.json
-
name
:
Create Bundle
run
:
tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment