Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvin Wong authored Apr 24, 2020
1 parent 2688741 commit bb50788
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: actions/checkout@v2

- name: Build
run: go build -o helmswitch-${{ matrix.os }}
run: go build -o helmswitch

- name: Upload
uses: actions/upload-artifact@v1
with:
name: helmswitch
path: ./helmswitch-${{ matrix.os }}
name: helmswitch-${{ matrix.os }}
path: ./helmswitch



Expand Down

0 comments on commit bb50788

Please sign in to comment.