We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d4096 commit 01fa38eCopy full SHA for 01fa38e
.github/workflows/nix.yml
@@ -27,5 +27,6 @@ jobs:
27
- run: docker push ghcr.io/anucssa/rubric-merge:latest
28
- run: nix build .#bin
29
- uses: actions/upload-artifact@v4
30
- path: ./results/bin/rubric-merge
+ with:
31
+ path: ./results/bin/rubric-merge
32
0 commit comments