Skip to content

Commit 01fa38e

Browse files
committed
ci: gimmie gitlab ci :(
1 parent e0d4096 commit 01fa38e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
- run: docker push ghcr.io/anucssa/rubric-merge:latest
2828
- run: nix build .#bin
2929
- uses: actions/upload-artifact@v4
30-
path: ./results/bin/rubric-merge
30+
with:
31+
path: ./results/bin/rubric-merge
3132

0 commit comments

Comments
 (0)