fix: add dot to build
All checks were successful
Check / check (push) Successful in 52s

This commit is contained in:
trev 2025-05-16 17:55:48 -04:00
parent 815cf96374
commit 575ec574dd
3 changed files with 14 additions and 14 deletions

View File

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

View File

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

View File

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