Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Physton committed Nov 9, 2023
1 parent cd9fc5c commit 4a061b3
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 @@ -44,7 +44,8 @@ jobs:

- name: Download startup-windows.bat
run: |
wget https://raw.githubusercontent.com/Physton/sd-webui-prompt-all-in-one-assets/main/app/startup-windows.bat
wget https://raw.githubusercontent.com/Physton/sd-webui-prompt-all-in-one-assets/main/app/startup-windows-amd64.bat
mv startup-windows-amd64.bat startup-windows.bat
working-directory: /${{ env.TARGET }}

- name: Download pip
Expand Down Expand Up @@ -110,7 +111,8 @@ jobs:

- name: Download startup-windows.bat
run: |
wget https://raw.githubusercontent.com/Physton/sd-webui-prompt-all-in-one-assets/main/app/startup-windows.bat
wget https://raw.githubusercontent.com/Physton/sd-webui-prompt-all-in-one-assets/main/app/startup-windows-win32.bat
mv startup-windows-win32.bat startup-windows.bat
working-directory: /${{ env.TARGET }}

- name: Download pip
Expand Down

0 comments on commit 4a061b3

Please sign in to comment.