diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de67397..7080c3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: GOARCH: ${{ matrix.job.goarch }} GOAMD64: ${{ matrix.job.goamd64 }} GOARM: ${{ matrix.job.goarm }} - GOMIPS: ${{ matrix.j ob.gomips }} + GOMIPS: ${{ matrix.job.gomips }} steps: - name: Checkout uses: actions/checkout@v3