Skip to content

Commit

Permalink
refactor: update templates to work with updated location of wash
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
  • Loading branch information
connorsmith256 committed Nov 16, 2023
1 parent 584f7e1 commit b8d6a70
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- name: Prepare Formula
env:
WASMCLOUD_URL: https://github.com/wasmCloud/wash/releases/download/v${{ inputs.wash_version }}/wash.exe
WASMCLOUD_URL: https://github.com/wasmCloud/wasmCloud/releases/download/wash-cli-v${{ inputs.wash_version}}/wash-x86_64-pc-windows-msvc.exe
run: |
wasmcloud_url=$WASMCLOUD_URL
wasmcloud_sha=$(curl -sL $WASMCLOUD_URL | shasum -a 256 | cut -d ' ' -f 1 | tr '[:lower:]' '[:upper:]')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Chocolatey Source for wash

This contains the source for installing [`wash`](https://github.com/wasmcloud/wash) on Windows
This contains the source for installing [`wash`](https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli) on Windows
8 changes: 4 additions & 4 deletions template/wash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<authors>wasmCloud Maintainers</authors>
<projectUrl>https://wasmcloud.com</projectUrl>
<iconUrl>https://wasmcloud.com/img/wasmcloud_icon.png</iconUrl>
<licenseUrl>https://github.com/wasmCloud/wash/blob/main/LICENSE</licenseUrl>
<licenseUrl>https://github.com/wasmCloud/wasmCloud/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/wasmcloud/wash</projectSourceUrl>
<projectSourceUrl>https://github.com/wasmCloud/wasmCloud/tree/main/crates/wash-cli</projectSourceUrl>
<packageSourceUrl>https://github.com/wasmCloud/chocolatey-wash</packageSourceUrl>
<docsUrl>https://wasmcloud.com</docsUrl>
<bugTrackerUrl>https://github.com/wasmCloud/wash/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/wasmCloud/wasmCloud/issues?q=is%3Aopen+is%3Aissue+label%3Awash-cli</bugTrackerUrl>
<tags>wash wasmCloud wasm</tags>
<summary>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</summary>
<description>WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development</description>
<releaseNotes>https://github.com/wasmCloud/wash/releases/tag/vWASMCLOUD_VERSION</releaseNotes>
<releaseNotes>https://github.com/wasmCloud/wasmCloud/releases/tag/wash-cli-vWASMCLOUD_VERSION</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down

0 comments on commit b8d6a70

Please sign in to comment.