Skip to content

Commit

Permalink
Improve package annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Nov 10, 2021
1 parent 8d4385e commit e84270b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
run: |
echo "https://${{env.S3_PATH}}/$GIT_REF/"
echo "::notice title=Packages::https://${{env.S3_PATH}}/$GIT_REF/"
for p in packages/*.deb; do
echo "::notice title=Package::https://${{env.S3_PATH}}/$GIT_REF/$p"
done

0 comments on commit e84270b

Please sign in to comment.