We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec02ff6 commit 404e6a2Copy full SHA for 404e6a2
.github/workflows/build.yml
@@ -59,6 +59,6 @@ jobs:
59
- name: Upload artifact
60
uses: actions/upload-artifact@v4
61
with:
62
- name: opengrok-${{ matrix.os }}.tar.gz
+ name: opengrok-${{ github.sha }}-${{ matrix.os }}.tar.gz
63
path: distribution/target/opengrok-*.tar.gz
64
compression-level: 0
0 commit comments