We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7959d00 commit ba044e8Copy full SHA for ba044e8
.github/workflows/macos.yml
@@ -45,6 +45,9 @@ jobs:
45
46
- name: Make app-x64
47
run: |
48
+ pwd
49
+ ls
50
+ ls ./UotanToolbox
51
mkdir UotanToolbox.app
52
mkdir UotanToolbox.app/Contents
53
mkdir UotanToolbox.app/Contents/MacOS
.github/workflows/windows.yml
@@ -32,7 +32,8 @@ jobs:
32
if: ${{ inputs.NEED_NUPKG }}
33
34
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
36
37
38
- name: Clone Binary
39
run: git clone https://github.com/Uotan-Dev/UotanToolboxNT.Binary.git -b ${{ inputs.BINARY_BRANCH }}
0 commit comments