Skip to content

Commit

Permalink
build: update archive name to include Rust and Tauri major version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Nov 24, 2024
1 parent 8328ae1 commit 4577921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img alt="Rust & Tauri ChatGPT Assistant Logo" height="128" src="logo.webp" />
<h1 align="center">Rust & Tauri ChatGPT Assistant</h1>
<h1 align="center">Rust v2021 & Tauri v1 ChatGPT Assistant</h1>

</p>
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo "==========================================================================
echo "[ARCHIVING] Generating Custom GPT Knowledge Base..."
rm -Rf ./*.tar.gz
version_tag=$(date "+%Y.%m.%d")
archive_name="custom_gpt_rust_tauri_knowledge_base-v${version_tag}.tar.gz"
archive_name="custom_gpt_rust-v2021_tauri-v1_knowledge_base-v${version_tag}.tar.gz"
pushd ./.output
tar -czf "${archive_name}" *
popd
Expand Down

0 comments on commit 4577921

Please sign in to comment.