Skip to content

Commit

Permalink
v0.0.2 / cicd: fixed env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
naoto0822 committed Mar 25, 2022
1 parent 364467a commit 31501ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
with:
upload_url: ${{ steps.upload-url.outputs.url }}
asset_path: ./build-${{ matrix.target }}/rp-${{ matrix.target }}.zip
asset_name: rp-v${PROJECT_VERSION}-${{ matrix.target }}.zip
asset_name: rp-v${{ env.PROJECT_VERSION }}-${{ matrix.target }}.zip
asset_content_type: application/zip

publish-crates:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://github.com/naoto0822/rp-cli"
license = "MIT/Apache-2.0"
name = "rp-cli"
repository = "https://github.com/naoto0822/rp-cli"
version = "0.0.1"
version = "0.0.2"
edition = "2018"
exclude = ["examples/*"]

Expand Down

0 comments on commit 31501ac

Please sign in to comment.