Skip to content

Commit

Permalink
package distribution file in release
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Aug 5, 2024
1 parent cd4a79e commit 193c5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PLATFORM="$2"
OUTPUT_FILE=dbgen-${PLATFORM}-${RELEASE}.tar
echo "packaging ${OUTPUT_FILE}"

tar cvf $OUTPUT_FILE dbgen
tar cvf $OUTPUT_FILE dbgen dists.dss

gh release upload "$RELEASE" "$OUTPUT_FILE"

Expand Down

0 comments on commit 193c5ac

Please sign in to comment.