Skip to content

Commit

Permalink
Fix kots.so build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Aug 11, 2020
1 parent aa1eb90 commit fbb4de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kotsadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: kots.so
path: ./bin/kots.so
path: ./bin


build_operator:
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: kots.so
path: ./bin/kots.so
path: ./bin

- name: Build alpha release
env:
Expand Down

0 comments on commit fbb4de4

Please sign in to comment.