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