Skip to content

Commit

Permalink
Bump as test
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Nov 9, 2024
1 parent 37992a8 commit 92b89dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <git@dagans.dev>"]
edition = "2021"
repository = "https://github.com/Property404/its-a-unix-system"
Expand Down

0 comments on commit 92b89dc

Please sign in to comment.