Re-added Windows zip distribution

This commit is contained in:
OpenSauce04 2024-09-26 16:36:28 +01:00
parent ec68118cdd
commit 675f2bf89c

View File

@ -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")