diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 2afed127ac..c17063b1db 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -98,13 +98,13 @@ jobs: - name: Store packages uses: actions/upload-artifact@v2 with: - name: ${{ matrix.arch}}-packages + name: ${{ matrix.arch}}-${{ github.sha}}-packages path: "*.ipk" - name: Store logs uses: actions/upload-artifact@v2 with: - name: ${{ matrix.arch}}-logs + name: ${{ matrix.arch}}-${{ github.sha}}-logs path: logs/ - name: Remove logs