Skip to content

Commit

Permalink
start tarball at build instead of Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jun 19, 2024
1 parent 1852a4f commit 90f6df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prebuild/tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FILENAME=$(
).tar.gz;

# Zip up the release
tar -C build -czvf $FILENAME Release
tar -czvf $FILENAME build

if [ $? -ne 0 ]; then
echo "failed to make tarball $FILENAME from node-canvas/build"
Expand Down

0 comments on commit 90f6df2

Please sign in to comment.