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"