mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-22 09:49:14 +01:00
Re-added Windows zip distribution
This commit is contained in:
parent
ec68118cdd
commit
675f2bf89c
@ -53,7 +53,9 @@ function pack_artifacts() {
|
||||
if [ "$OS" = "windows" ] && [ "$GITHUB_REF_TYPE" = "tag" ]; then
|
||||
# Move the installer to the artifacts directory
|
||||
mv src/installer/bin/*.exe artifacts/
|
||||
elif [ -n "$UNPACKED" ]; then
|
||||
fi
|
||||
|
||||
if [ -n "$UNPACKED" ]; then
|
||||
# Copy the artifacts to be uploaded unpacked.
|
||||
for ARTIFACT in build/bundle/*; do
|
||||
FILENAME=$(basename "$ARTIFACT")
|
||||
|
Loading…
Reference in New Issue
Block a user