Skip to content

Commit afc3209

Browse files
committed
publish to bintray using single upload
1 parent afc7056 commit afc3209

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,16 @@ jobs:
8585
echo -e "${{ secrets.PHP_ALPINE_RSA }}" > .abuild/php-alpine.rsa
8686
echo -e "${{ secrets.PHP_ALPINE_RSA_PUB }}" > .abuild/php-alpine.rsa.pub
8787
./build.sh build
88-
echo -e "bash publish.sh"
88+
89+
# publish to bintray.
90+
- name: bintray
91+
run: |
92+
echo -e "Publishing to Bintray"
93+
./publish-zip.sh
8994
9095
# upload artifacts.
9196
- name: upload
9297
uses: actions/upload-artifact@v2
9398
with:
9499
name: alpine-v${{ env.ALPINE_VERSION }}-php-${{ env.PHP_VERSION }}
95-
path: repo/*${{ env.ALPINE_VERSION }}/*-${{ env.PHP_VERSION }}
100+
path: repo/*${{ env.ALPINE_VERSION }}/php-${{ env.PHP_VERSION }}

0 commit comments

Comments
 (0)