mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Auth thread panic fixed
and also zip is now not skipping the avatars folder.
This commit is contained in:
parent
27f06f5f2a
commit
59dc3e90d3
4 changed files with 351 additions and 116 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue