Skip to content

Commit

Permalink
upload built images
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Sep 10, 2024
1 parent 9ae4079 commit 6f9150c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,15 @@ jobs:
- name: build ipa agent
run: |
./run_build.sh
- name: upload built images
id: artifact-upload
uses: actions/upload-artifact@v4
with:
name: ipa-debian12-2023.1
compression-level: 0 # initramfs is already compressed
path: |
output/ipa-debian12-2023.1.d/dib-manifests/
output/ipa-debian12-2023.1.initramfs
output/ipa-debian12-2023.1.kernel
- name: Output artifact info
run: echo 'Artifact info is ${{ steps.artifact-upload.outputs }}'

0 comments on commit 6f9150c

Please sign in to comment.