Skip to content

Commit

Permalink
Modify github action yml to include install.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adyingdeath committed Dec 25, 2024
1 parent 9ae2a67 commit 463e909
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cp -r dist release/windows/
cp package.json release/windows/
cp package-lock.json release/windows/
cp install.js release/windows/
cd release
zip -r windows.zip windows/
cd ..
Expand All @@ -47,6 +48,7 @@ jobs:
cp -r dist release/linux/
cp package.json release/linux/
cp package-lock.json release/linux/
cp install.js release/linux/
cd release
tar czf linux.tar.gz linux/
cd ..
Expand All @@ -57,6 +59,7 @@ jobs:
cp -r dist release/macos/
cp package.json release/macos/
cp package-lock.json release/macos/
cp install.js release/macos/
cd release
tar czf macos.tar.gz macos/
cd ..
Expand Down

0 comments on commit 463e909

Please sign in to comment.