Skip to content

Commit

Permalink
issues fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root27 committed Apr 8, 2024
1 parent 212fbf4 commit aa8dda3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:

zip: windows
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.ACTION_TOKEN }}
token: ${{ secrets.ACTION_TOKEN }}


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,6 +1,6 @@
[package]
name = "filecrypt"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/root27/filecrypt"
description = "Encrypt and decrypt files using Fernet symmetric encryption"
Expand Down

0 comments on commit aa8dda3

Please sign in to comment.