mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-26 11:34:18 +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
|
if [ "$OS" = "windows" ] && [ "$GITHUB_REF_TYPE" = "tag" ]; then
|
||||||
# Move the installer to the artifacts directory
|
# Move the installer to the artifacts directory
|
||||||
mv src/installer/bin/*.exe artifacts/
|
mv src/installer/bin/*.exe artifacts/
|
||||||
elif [ -n "$UNPACKED" ]; then
|
fi
|
||||||
|
|
||||||
|
if [ -n "$UNPACKED" ]; then
|
||||||
# Copy the artifacts to be uploaded unpacked.
|
# Copy the artifacts to be uploaded unpacked.
|
||||||
for ARTIFACT in build/bundle/*; do
|
for ARTIFACT in build/bundle/*; do
|
||||||
FILENAME=$(basename "$ARTIFACT")
|
FILENAME=$(basename "$ARTIFACT")
|
||||||
|
Loading…
Reference in New Issue
Block a user