|
|
@ -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 |
|
|
|