Skip to content

Commit 31501ac

Browse files
committed
v0.0.2 / cicd: fixed env variable
1 parent 364467a commit 31501ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
with:
199199
upload_url: ${{ steps.upload-url.outputs.url }}
200200
asset_path: ./build-${{ matrix.target }}/rp-${{ matrix.target }}.zip
201-
asset_name: rp-v${PROJECT_VERSION}-${{ matrix.target }}.zip
201+
asset_name: rp-v${{ env.PROJECT_VERSION }}-${{ matrix.target }}.zip
202202
asset_content_type: application/zip
203203

204204
publish-crates:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://github.com/naoto0822/rp-cli"
66
license = "MIT/Apache-2.0"
77
name = "rp-cli"
88
repository = "https://github.com/naoto0822/rp-cli"
9-
version = "0.0.1"
9+
version = "0.0.2"
1010
edition = "2018"
1111
exclude = ["examples/*"]
1212

0 commit comments

Comments
 (0)