Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ouankou committed Apr 13, 2024
1 parent 4f749ee commit a6d939a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build and push Docker images
run:
Expand All @@ -22,7 +22,7 @@ jobs:
run: sh build_img.sh ${{ github.event.commits[0].id }}

- name: Upload archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: archlinux_riscv.img.tar.gz
path: /home/runner/work/d1-riscv-arch-image-builder/d1-riscv-arch-image-builder/archlinux_riscv.img.tar.gz

0 comments on commit a6d939a

Please sign in to comment.