From 92b89dc557d3cb6650db82cca52ba5c3cba9e23e Mon Sep 17 00:00:00 2001 From: Property404 Date: Sat, 9 Nov 2024 09:25:28 -0600 Subject: [PATCH] Bump as test --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0da8673..7a039f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: npm run build popd - name: Tar dist - run: tar czf its-a-unix-system.tar.gz www/dist/ + run: tar -C www/ -czf its-a-unix-system.tar.gz dist - name: Create Release if: startsWith(github.ref, 'refs/tags/') uses: actions/create-release@v1 diff --git a/Cargo.lock b/Cargo.lock index c9390c0..d35e0aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "its-a-unix-system" -version = "0.1.1-alpha.4" +version = "0.1.1-alpha.5" dependencies = [ "anyhow", "ascii", diff --git a/Cargo.toml b/Cargo.toml index 653fe4a..04be5a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "its-a-unix-system" description = "A unix terminal for your website" -version = "0.1.1-alpha.4" +version = "0.1.1-alpha.5" authors = ["Property404 "] edition = "2021" repository = "https://github.com/Property404/its-a-unix-system"