Skip to content

Commit ba044e8

Browse files
committed
尝试修复macOS和Windows构建问题
1 parent 7959d00 commit ba044e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
4646
- name: Make app-x64
4747
run: |
48+
pwd
49+
ls
50+
ls ./UotanToolbox
4851
mkdir UotanToolbox.app
4952
mkdir UotanToolbox.app/Contents
5053
mkdir UotanToolbox.app/Contents/MacOS

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
if: ${{ inputs.NEED_NUPKG }}
3333
run: |
3434
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
35-
cd
35+
pwd
36+
ls
3637
3738
- name: Clone Binary
3839
run: git clone https://github.com/Uotan-Dev/UotanToolboxNT.Binary.git -b ${{ inputs.BINARY_BRANCH }}

0 commit comments

Comments
 (0)