aboutsummaryrefslogtreecommitdiff
path: root/bin/build-python
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2025-04-13 21:53:06 +0200
committerGitHub <noreply@github.com>2025-04-13 21:53:06 +0200
commit91ffe0ceca53091d4de0e9bbbca0560998bb7967 (patch)
treebe4810a622c9e7f0d27658059c9c847dc17a1233 /bin/build-python
parent6681593cb2db39b6ab35d5b44066212e9d68b979 (diff)
moved mkdir artifacts to build-python (#3667)
check to build artifacts folder for signed or local build Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to 'bin/build-python')
-rwxr-xr-xbin/build-python1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-python b/bin/build-python
index c6213f7e..17f49c1e 100755
--- a/bin/build-python
+++ b/bin/build-python
@@ -63,3 +63,4 @@ shopt -s dotglob
mkdir dist/bin
mv dist/inkstitch/* dist/bin
mv dist/bin dist/inkstitch
+mkdir artifacts \ No newline at end of file