Skip to content

Commit

Permalink
Rename the built tarball name in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves authored Dec 7, 2024
1 parent 4fad575 commit 82763ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ flutter build web --wasm --no-tree-shake-icons --no-native-null-assertions --no-
cd chromium || exit
minify_js canvaskit.js
)
tar -cvJf odb-web.tar.xz build/web/**
tar -cvJf web-artifacts.tar.xz build/web/**

0 comments on commit 82763ab

Please sign in to comment.