Skip to content

Commit 404e6a2

Browse files
committed
add commit SHA value to the artifact name
1 parent ec02ff6 commit 404e6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

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

0 commit comments

Comments
 (0)