Skip to content

Commit

Permalink
update dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubramanianaks committed Aug 16, 2022
1 parent 2045237 commit 3a8e0de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:
$dir = 'linux'
}
Write-Output "url is: "$url
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
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'
azPSVersion: '3.1.0'
- name: Create .Zip files (${{ matrix.mode }})
uses: TheDoctor0/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
- Initial Release from internal repo
- Add github workflows for code ql, release and build

## [0.0.15] - 2022-08-15
## [0.0.16] - 2022-08-15
### Added
- Initial Release from internal repo
- Add github workflows for code ql, release and build
- Add kubectl library download step

0 comments on commit 3a8e0de

Please sign in to comment.