diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2786f10..f2ba7d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,6 +49,8 @@ jobs: - uses: actions/download-artifact@v1 with: name: my-artifacts + + - run: mv my-artifacts/* . - name: Create Release id: create_release