We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364467a commit 31501acCopy full SHA for 31501ac
.github/workflows/cicd.yml
@@ -198,7 +198,7 @@ jobs:
198
with:
199
upload_url: ${{ steps.upload-url.outputs.url }}
200
asset_path: ./build-${{ matrix.target }}/rp-${{ matrix.target }}.zip
201
- asset_name: rp-v${PROJECT_VERSION}-${{ matrix.target }}.zip
+ asset_name: rp-v${{ env.PROJECT_VERSION }}-${{ matrix.target }}.zip
202
asset_content_type: application/zip
203
204
publish-crates:
Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://github.com/naoto0822/rp-cli"
6
license = "MIT/Apache-2.0"
7
name = "rp-cli"
8
repository = "https://github.com/naoto0822/rp-cli"
9
-version = "0.0.1"
+version = "0.0.2"
10
edition = "2018"
11
exclude = ["examples/*"]
12
0 commit comments