Skip to content

Commit 8e48917

Browse files
committed
Include all files in released archive file
1 parent d2b518e commit 8e48917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040

4141
echo "Creating archive file"
4242
mkdir -p dist
43-
tar cvfz ${archive} build.sh grants/ispyb_*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/*.sql bin/*
43+
tar cvfz ${archive} build.sh grants/*.sql schemas/ispyb/*.sql schemas/ispyb/updates/*.sql schemas/ispyb_analytics/* schemas/xchem_db/*.sql schemas/xchem_db/*.sql bin/*
4444

4545
echo "Creating tag v${schema_version}"
4646
git tag -a v${schema_version} -m v${schema_version}

0 commit comments

Comments
 (0)