We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e02d94 commit abed03dCopy full SHA for abed03d
.github/workflows/nix.yml
@@ -40,3 +40,10 @@ jobs:
40
name: polkanix
41
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
42
- run: nix build -L '.#${{ matrix.attr }}'
43
+ - name: Upload artifacts
44
+ uses: actions/upload-artifact@v4
45
+ if: success()
46
+ with:
47
+ name: ${{ matrix.attr }}-${{ matrix.system }}
48
+ path: result/
49
+ retention-days: 30
0 commit comments