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 9885f82Copy full SHA for 9885f82
.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 $(cd packages; echo *.deb); do
56
+ echo "::notice title=Package::https://${{env.S3_PATH}}/$GIT_REF/$p"
57
+ done
0 commit comments