Skip to content

Commit

Permalink
add herald url
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 2, 2024
1 parent 9b986a4 commit ff7e70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: make -j$(nproc)

- uses: actions/upload-artifact@v4
id: upload-artifact-step
with:
name: figures
path: output

- run: |
echo "Browse at: https://acts-herald.app.cern.ch/view/acts-project/figures/${{ steps.upload-artifact-step.artifact-id }}/"

0 comments on commit ff7e70d

Please sign in to comment.