diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e3add5..2849bde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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