Skip to content

Commit

Permalink
Try to fix CI release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 6, 2024
1 parent 85d8681 commit 632e833
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "App v__VERSION__"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# devclean

![Crates.io Version](https://img.shields.io/crates/v/devclean) [![Rust](https://github.com/HuakunShen/devclean/actions/workflows/ci.yml/badge.svg)](https://github.com/HuakunShen/devclean/actions/workflows/ci.yml) [![publish](https://github.com/HuakunShen/devclean/actions/workflows/tauri-ci.yml/badge.svg)](https://github.com/HuakunShen/devclean/actions/workflows/tauri-ci.yml)

- [devclean](#devclean)
- [Installation](#installation)
- [CLI](#cli)
Expand All @@ -10,8 +12,6 @@
- [Supported Projects / Languages](#supported-projects--languages)
- [Usage](#usage)

![Crates.io Version](https://img.shields.io/crates/v/devclean) [![Rust](https://github.com/HuakunShen/devclean/actions/workflows/ci.yml/badge.svg)](https://github.com/HuakunShen/devclean/actions/workflows/ci.yml) [![publish](https://github.com/HuakunShen/devclean/actions/workflows/tauri-ci.yml/badge.svg)](https://github.com/HuakunShen/devclean/actions/workflows/tauri-ci.yml)

`devclean` is a tool and library for cleaning up development directories.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion devclean-ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
tauri-build = { version = "1", features = [] }

[dependencies]
tauri = { version = "1", features = [ "window-start-dragging", "fs-exists", "dialog-open", "clipboard-write-text", "shell-open"] }
tauri = { version = "1", features = [ "updater", "window-start-dragging", "fs-exists", "dialog-open", "clipboard-write-text", "shell-open"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
devclean = { path = "../../devclean" }
Expand Down
2 changes: 1 addition & 1 deletion devclean-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"active": true,
"dialog": true,
"endpoints": ["https://github.com/HuakunShen/devclean/releases/latest/download/latest.json"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEZFNENCMzRGOTQ2RDQwQTkKUldTcFFHMlVUN05NL3NmYmdmMWJ2L2FuWWltU28xTXZwZ1lzMDRzaE1sUlFJSEJzQVhZVWxiSFQK",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIzRDEzMjcxMjE4NDgwRkYKUldUL2dJUWhjVExSSSs4eFgzRnhURllycncrdy8wQ1dIbUFQRWFWYXpTMGlNZUE1OHlZSGl2eFcK",
"windows": {
"installMode": "passive",
"installerArgs": []
Expand Down

0 comments on commit 632e833

Please sign in to comment.