We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdb349 commit 3d50372Copy full SHA for 3d50372
.github/workflows/build.yml
@@ -56,3 +56,8 @@ jobs:
56
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: ./dev/main
59
+ - name: Upload artifact
60
+ uses: actions/upload-artifact@v4
61
+ with:
62
+ path: distribution/target/opengrok-*.tar.gz
63
+ compression-level: 0
0 commit comments