Skip to content

Commit 81e3d1c

Browse files
authored
switch to apps/
1 parent ab0cbb4 commit 81e3d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
shell: powershell
5151
run: |
5252
./setup_venv.ps1
53-
pyinstaller web/shark_sd.spec
53+
pyinstaller .\apps\stable_diffusion\shark_sd.spec
5454
mv ./dist/shark_sd.exe ./dist/shark_sd_${{ env.package_version_ }}.exe
5555
signtool sign /f C:\shark_2023.cer /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/shark_sd_${{ env.package_version_ }}.exe
56-
pyinstaller .\shark\examples\shark_inference\stable_diffusion\shark_sd_cli.spec
56+
pyinstaller .\apps\stable_diffusion\shark_sd_cli.spec
5757
mv ./dist/shark_sd_cli.exe ./dist/shark_sd_cli_${{ env.package_version_ }}.exe
5858
signtool sign /f C:\shark_2023.cer /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/shark_sd_cli_${{ env.package_version_ }}.exe
5959

0 commit comments

Comments
 (0)