Skip to content

Commit

Permalink
fix: only upload artifact in ci if build-os is latest
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Feb 18, 2024
1 parent beb5fb7 commit 364d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildroot-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# Upload docker image
- name: Upload Docker container image artifact
# if: matrix.build-os == 'ubuntu-latest'
if: matrix.build-os == 'ubuntu-latest'
uses: actions/upload-artifact@v4
with:
name: docker-image.tar
Expand Down

0 comments on commit 364d0b8

Please sign in to comment.