Skip to content

Commit 0e95856

Browse files
Update package.sh
1 parent 7b77381 commit 0e95856

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Scripts/package.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ if [ "$IS_PREVIEW" = false ]; then
132132
--file-version "${UPDATER_VERSION}" \
133133
-u "${UPDATER_URL_BASE}" > /dev/null
134134
done
135-
fi
136-
137-
### Copy AppCasts to repo
138135

139-
cp -r "${APPCAST_OUTPUT_DIR}/." $GITHUB_WORKSPACE/AppcastRepo/releases/
136+
### Copy AppCasts to repo
137+
138+
cp -r "${APPCAST_OUTPUT_DIR}/." $GITHUB_WORKSPACE/AppcastRepo/releases/
139+
fi

0 commit comments

Comments
 (0)