@@ -17,8 +17,6 @@ jobs:
- name: Build
run: go build .
- env:
- CGO_ENABLED: 0
- uses: actions/upload-artifact@v3
if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}