Skip to content

Commit

Permalink
Upload artifacts in CI with each build
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Feb 13, 2024
1 parent f53a2b5 commit e2c5a55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@ jobs:

- name: check for SPDX tags
run: ./tools/spdx-ensure

- name: Archive
uses: actions/upload-artifact@v4
with:
name: tkey-libs
path: |
app.lds
LICENSE
include/*
*.a
monocypher/*.h
monocypher/LICENSE

0 comments on commit e2c5a55

Please sign in to comment.