Skip to content

Commit 788feab

Browse files
committed
upload artifact to build jobs
1 parent cbdb349 commit 788feab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@ jobs:
5656
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
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

Comments
 (0)