Skip to content

Commit

Permalink
CI: Don't upload allconfig artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mpe committed May 3, 2024
1 parent 0f8af03 commit 971afd0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/powerpc-allconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,3 @@ jobs:
run: |
mkdir -p ~/.ccache
./arch/powerpc/tools/ci-build.sh
- name: Archive artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.defconfig }}-${{ matrix.image }}
path: |
~/output/vmlinux
~/output/.config
~/output/System.map
~/output/modules.tar.bz2
~/output/arch/powerpc/boot/zImage
~/output/arch/powerpc/boot/uImage

0 comments on commit 971afd0

Please sign in to comment.