Auth thread panic fixed

and also zip is now not skipping the avatars folder.
This commit is contained in:
Shiroyasha 2024-06-12 18:00:17 +03:00
parent 27f06f5f2a
commit 59dc3e90d3
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
4 changed files with 351 additions and 116 deletions

View file

@ -48,7 +48,7 @@ jobs:
if: matrix.target == 'x86_64-pc-windows-gnu'
run: |
cp target/${{ matrix.target }}/release/sculptor.exe target/output
zip -jv "./sculptor_${{ matrix.output_name }}" target/output/*
(cd target/output; zip "../../sculptor_${{ matrix.output_name }}" ./*)
# Compress the output
- name: Compress | linux
if: matrix.target != 'x86_64-pc-windows-gnu'