Skip to content

Commit

Permalink
ci: Rename image file
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Jul 23, 2023
1 parent 649ee44 commit 461d004
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@ jobs:
-v /dev:/dev \
-v "${PWD}/build":/build \
aarch64-arch-mkimg default
- name: Rename image file
run: |
mv ./build/disk.img aarch64-arch-spx-default.img
- name: Archive build artifact
uses: actions/upload-artifact@v3
with:
name: default.img
path: build/disk.img
path: aarch64-arch-spx-default.img

release:
name: Publish release
Expand Down

0 comments on commit 461d004

Please sign in to comment.