Skip to content

Commit 9885f82

Browse files
committed
Improve package annotation
1 parent 8d4385e commit 9885f82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ jobs:
5252
run: |
5353
echo "https://${{env.S3_PATH}}/$GIT_REF/"
5454
echo "::notice title=Packages::https://${{env.S3_PATH}}/$GIT_REF/"
55+
for p in $(cd packages; echo *.deb); do
56+
echo "::notice title=Package::https://${{env.S3_PATH}}/$GIT_REF/$p"
57+
done

0 commit comments

Comments
 (0)