Skip to content

Commit bd37058

Browse files
committed
chore: wip
1 parent 85a1397 commit bd37058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precompile-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
path: ${{ env.OUTPUT_DIR }}/${{ env.BINARY_NAME }}.tar.gz
444444
retention-days: 90
445445

446-
- name: Upload to GitHub Container Registry
446+
- name: Upload to GitHub Container Registry (Linux)
447447
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.platform == 'linux'
448448
run: |
449449
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY_URL }} -u ${{ env.REGISTRY_USERNAME }} --password-stdin

0 commit comments

Comments
 (0)