Skip to content

Commit

Permalink
workflow: push images to release
Browse files Browse the repository at this point in the history
Signed-off-by: gbionescu <plp.github@gmail.com>
  • Loading branch information
gbionescu committed Sep 4, 2024
1 parent 2ec3a51 commit 07b71ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/blank.yml → .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,12 @@ jobs:
run: sudo apt install docker qemu-system

- name: Build and test all images
run: sudo ./tests/test-all.sh
run: sudo ./tests/test-all.sh

- name: Push to release
uses: softprops/action-gh-release@v1
with:
files: |
./rootfs_*.ext4
./kernel/bzImage*
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 07b71ae

Please sign in to comment.