Skip to content

Commit

Permalink
fix: artifact name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed May 5, 2024
1 parent bbc69d1 commit d819576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-bootstrap:
name: Generate octo4a bootstraps
name: Build architecture specific bootstrap
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -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

0 comments on commit d819576

Please sign in to comment.