diff options
Diffstat (limited to '.gitea/workflows/release.yml')
| -rw-r--r-- | .gitea/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ac263704..134d8bd1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Build for release - run: nix build --print-out-paths --print-build-logs .#dist + run: nix build --print-out-paths --print-build-logs ./test#dist - name: Release uses: https://gitea.com/actions/release-action@main |
