Skip to content

Commit 512536a

Browse files
Refactor package-and-push workflow configuration
1 parent f9e83b3 commit 512536a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_and_push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
--exclude .git \
8383
--exclude images \
8484
--exclude docker \
85-
-czvf $package_offline .
85+
-czvf $package_online .
8686
8787
if [[ ${PACKAGE_EE} == 'true' ]]; then
8888
package_offline_ee="sqlbot-offline-installer-${TAG_NAME}${platform}-ee.tar.gz"
@@ -105,3 +105,4 @@ jobs:
105105

106106

107107

108+

0 commit comments

Comments
 (0)