diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 16a706c..b06f811 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -47,12 +47,12 @@ jobs: - name: Build run: > nix build - .#trevstack-linux-amd64 - .#trevstack-linux-arm64 - .#trevstack-linux-arm - .#trevstack-windows-amd64 - .#trevstack-darwin-amd64 - .#trevstack-darwin-arm64 + .#trevstack-linux-amd64 + .#trevstack-linux-arm64 + .#trevstack-linux-arm + .#trevstack-windows-amd64 + .#trevstack-darwin-amd64 + .#trevstack-darwin-arm64 - name: Release uses: akkuman/gitea-release-action@v1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd4c8a1..8e5534c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,12 +51,12 @@ jobs: - name: Build run: > nix build - .#trevstack-linux-amd64 - .#trevstack-linux-arm64 - .#trevstack-linux-arm - .#trevstack-windows-amd64 - .#trevstack-darwin-amd64 - .#trevstack-darwin-arm64 + .#trevstack-linux-amd64 + .#trevstack-linux-arm64 + .#trevstack-linux-arm + .#trevstack-windows-amd64 + .#trevstack-darwin-amd64 + .#trevstack-darwin-arm64 - name: Release uses: softprops/action-gh-release@v2