Skip to content

Commit dadda9f

Browse files
committed
Name artifacts with matrix params; move back to build job
1 parent d00931d commit dadda9f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,8 @@ jobs:
7878
env:
7979
GOOS: ${{ matrix.goos }}
8080
GOARCH: ${{ matrix.goarch }}
81-
82-
upload:
83-
needs: build
84-
runs-on: ubuntu-latest
85-
steps:
8681
- uses: actions/upload-artifact@v4
8782
with:
88-
name: adifmt-builds
83+
name: adifmt-build-${{ matrix.goos }}-${{ matrix.goarch }}
8984
path: build/**
9085
if-no-files-found: error

0 commit comments

Comments
 (0)