From 575ec574dd12ce3fa99afe6ef8763a5637fe4afa Mon Sep 17 00:00:00 2001 From: trev Date: Fri, 16 May 2025 17:55:48 -0400 Subject: [PATCH] fix: add dot to build --- .gitea/workflows/release.yaml | 12 ++++++------ .github/workflows/release.yaml | 12 ++++++------ README.md | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index ea8131e..16a706c 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 50611f8..cd4c8a1 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 diff --git a/README.md b/README.md index 14f99b7..cff2101 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To use github actions for CI/CD, you'll need to create a fine-grained personal a - Contents (read and write) - Pull requests (read and write) -and change some settings for the repository: +And change some settings for the repository: - General -> Allow auto-merge: true - Rules -> Rulesets -> New ruleset @@ -75,7 +75,7 @@ To use gitea actions for CI/CD, you'll need to create an [API token](https://doc - write:repository - write:package -and change some settings for the repository: +And change some settings for the repository: - Repository -> Delete pull request branch after merge by default: true - Branches -> Add New Rule