Skip to content

Commit ec02ff6

Browse files
committed
use os for the artifact name
to avoid conflict between jobs
1 parent 788feab commit ec02ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ jobs:
5959
- name: Upload artifact
6060
uses: actions/upload-artifact@v4
6161
with:
62+
name: opengrok-${{ matrix.os }}.tar.gz
6263
path: distribution/target/opengrok-*.tar.gz
6364
compression-level: 0

0 commit comments

Comments
 (0)