diff --git a/.github/workflows/build-bootstrap.yaml b/.github/workflows/build-bootstrap.yaml index 46bb183..7989472 100644 --- a/.github/workflows/build-bootstrap.yaml +++ b/.github/workflows/build-bootstrap.yaml @@ -5,7 +5,7 @@ on: jobs: build-bootstrap: - name: Generate octo4a bootstraps + name: Build architecture specific bootstrap runs-on: ubuntu-latest strategy: matrix: @@ -32,5 +32,5 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: rootfs + name: bootstrap-${{ matrix.arch }} path: build/bootstrap-1.10.0-${{ matrix.arch }}.zip \ No newline at end of file