diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c352dae..25b1d45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v31 - name: Build the binary distro and package it as a tarball - - run: ./make_tarball.sh $NAME ${{ matrix.output }} + run: ./make_tarball.sh $NAME ${{ matrix.output }} - uses: ncipollo/release-action@v1 with: allowUpdates: true