Skip to content

Commit abed03d

Browse files
committed
Artifacts
1 parent 3e02d94 commit abed03d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nix.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ jobs:
4040
name: polkanix
4141
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
4242
- 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

Comments
 (0)