fix: yaml formatting

This commit is contained in:
trev 2025-04-17 22:18:56 -04:00
parent 3926fa09ff
commit 701f80540b
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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"]
CMD ["/app/bin/trevstack"]