From 701f80540babace1acf3d13f81d48a2892761081 Mon Sep 17 00:00:00 2001 From: trev Date: Thu, 17 Apr 2025 22:18:56 -0400 Subject: [PATCH] fix: yaml formatting --- .github/workflows/release.yaml | 14 +++++++------- Dockerfile | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c65e1d9..a8b74b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,14 +28,14 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Build - run: >- + 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: Create Release uses: softprops/action-gh-release@v2 diff --git a/Dockerfile b/Dockerfile index 9f983bd..d6fd42a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ WORKDIR /app # Copy /nix/store COPY --from=builder /tmp/nix-store-closure /nix/store COPY --from=builder /tmp/build/result /app -CMD ["/app/bin/server"] \ No newline at end of file +CMD ["/app/bin/trevstack"] \ No newline at end of file