Skip to content

Commit

Permalink
Upload build artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Dec 12, 2023
1 parent d570085 commit 483914c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,16 @@ jobs:
make -C ack PREFIX=$HOME install
- name: make
run: PATH=$PATH:$HOME/bin make

- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
path: |
bazel-bin/arch/brotherpowernote/diskimage.img
bazel-bin/arch/brotherop2/diskimage.img
bazel-bin/arch/brotherwp1/diskimage.img
bazel-bin/arch/kayproii/diskimage.img
bazel-bin/arch/nc200/diskimage.img
bazel-bin/arch/wp2450ds/diskimage.img

0 comments on commit 483914c

Please sign in to comment.