We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac50f7e commit 682973dCopy full SHA for 682973d
upload.sh
@@ -5,6 +5,8 @@ set -o allexport
5
source .env
6
set +o allexport
7
8
+./zip_dist.sh
9
+
10
ZIP_FILE="dist.zip"
11
12
if [ ! -f "$ZIP_FILE" ]; then
0 commit comments