Skip to content

Commit

Permalink
Include bin/ folder in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Jul 7, 2021
1 parent 167fbde commit 773096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi

echo "Creating archive file"
mkdir -p dist
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/updates/*.sql
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/updates/*.sql bin/*

echo "Creating tag v${schema_version}"
git tag -a v${schema_version} -m v${schema_version}
Expand Down

0 comments on commit 773096a

Please sign in to comment.