Skip to content

Commit

Permalink
尝试修复macOS和Windows构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mujianwu committed Sep 18, 2024
1 parent 7959d00 commit ba044e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Make app-x64
run: |
pwd
ls
ls ./UotanToolbox
mkdir UotanToolbox.app
mkdir UotanToolbox.app/Contents
mkdir UotanToolbox.app/Contents/MacOS
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
if: ${{ inputs.NEED_NUPKG }}
run: |
Invoke-WebRequest -Uri https://github.com/Uotan-Dev/SukiUI-Uotan/releases/download/v6.0.0/SukiUI.6.0.0.nupkg -OutFile SukiUI.6.0.0.nupkg
cd
pwd
ls
- name: Clone Binary
run: git clone https://github.com/Uotan-Dev/UotanToolboxNT.Binary.git -b ${{ inputs.BINARY_BRANCH }}
Expand Down

0 comments on commit ba044e8

Please sign in to comment.