Skip to content

Commit

Permalink
github: workflows: deb-builder: upload workflows artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Held <leonardo.held@toradex.com>
  • Loading branch information
leonheldattoradex committed Feb 6, 2024
1 parent 8fc883b commit ae215a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
apt-opts: --install-recommends
extra-build-deps: ca-certificates
docker-image: ${{ matrix.os }}

- name: Upload Workflow Artifacts
uses: actions/upload-artifact@v4
with:
name: aktualizr-debian-${{ matrix.os }}-${{ matrix.arch }}
path: debian/artifacts/*
retention-days: 90

0 comments on commit ae215a8

Please sign in to comment.