Skip to content

Commit

Permalink
build: rename knowledge base file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 11, 2023
1 parent 4dc549b commit 46d51ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file removed KNOWLEDGE-BASE_20231111-204451.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "==========================================================================
echo "[ARCHIVING] Generation Custom GPT Knowledge Base..."
rm -Rf ./*.tar.gz
current_datetime=$(date "+%Y%m%d-%H%M%S")
archive_name="KNOWLEDGE-BASE_${current_datetime}.tar.gz"
archive_name="CUSTOM-GPT-RUST-TAURI-KNOWLEDGE-BASE_${current_datetime}.tar.gz"
tar -czf "${archive_name}" ./.output
echo "[ARCHIVING] Generation Custom GPT Knowledge Base... Done."

Expand Down

0 comments on commit 46d51ee

Please sign in to comment.