Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from Jenway/dev
Browse files Browse the repository at this point in the history
修改了 CI
  • Loading branch information
Jenway authored Feb 26, 2024
2 parents b214083 + a22b039 commit 9d741e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
Compress-Archive -Path ${{ env.guiProjectDirectory }}\${{ env.appPackagesDirectory }}\* -DestinationPath build\${{ env.appPackagesArchive }}
- name: Pack into single file executable
run: |
npm install .\.github\utils\
run: |
Set-Location .\.github\utils\
npm install .
Set-Location -
node .\.github\utils\pack.js
Move-Item build\SduNetCheckTool.GUI_boxed.exe build\${{ env.appPackagesExecutable }}
Expand Down

0 comments on commit 9d741e3

Please sign in to comment.