Skip to content

Commit

Permalink
release with tar instead
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y committed Aug 5, 2024
1 parent 7e2ebe4 commit d67dda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.DS_Store
dbgen
qgen
*.tbl
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}.zip
echo "packaging ${OUTPUT_FILE}"

zip $OUTPUT_FILE dbgen
tar cvf $OUTPUT_FILE dbgen

gh release upload "$RELEASE" "$OUTPUT_FILE"

Expand Down

0 comments on commit d67dda8

Please sign in to comment.