Skip to content

Commit 29b5787

Browse files
authored
Fix CSI-proxy build for releae (#204)
1 parent 9691691 commit 29b5787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csi-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
if: ${{ github.event_name != 'pull_request' }}
3737
run: |
3838
cd hostprocess/csi-proxy
39-
export version=$(cat ./hostprocess/csi-proxy/VERSION)
39+
export version=$(cat VERSION)
4040
./build.sh --version $version --push

0 commit comments

Comments
 (0)