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 8d4385e commit e84270bCopy full SHA for e84270b
.github/workflows/build.yml
@@ -52,3 +52,6 @@ jobs:
52
run: |
53
echo "https://${{env.S3_PATH}}/$GIT_REF/"
54
echo "::notice title=Packages::https://${{env.S3_PATH}}/$GIT_REF/"
55
+ for p in packages/*.deb; do
56
+ echo "::notice title=Package::https://${{env.S3_PATH}}/$GIT_REF/$p"
57
+ done
0 commit comments