Skip to content

Commit

Permalink
update with filename
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Aug 16, 2022
1 parent 3a8e0de commit 434ab17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
$dir = 'linux'
}
Write-Output "url is: "$url
Write-Output "directory is: "$(dir)
Write-Output "directory is: "$dir
New-Item -Path './src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}/publish/kubectl' -ItemType Directory
New-Item -Path './src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}/publish/kubectl/$(dir)' -ItemType Directory
curl $url -O './src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}/publish/kubectl/$(dir)/kubectl.exe'
$fileName = './src/dsc/bin/Release/netcoreapp3.1/${{ matrix.mode }}/publish/kubectl/$(dir)'
New-Item -Path $fileName -ItemType Directory
curl $url -O $fileName
azPSVersion: '3.1.0'
- name: Create .Zip files (${{ matrix.mode }})
uses: TheDoctor0/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Initial Release from internal repo
- Add github workflows for code ql, release and build

## [0.0.16] - 2022-08-15
## [0.0.17] - 2022-08-15
### Added
- Initial Release from internal repo
- Add github workflows for code ql, release and build
Expand Down

0 comments on commit 434ab17

Please sign in to comment.