Add build artifact verification step

Add verification step for build artifact before deployment.
This commit is contained in:
Nhat Tan 2026-03-26 15:02:40 +07:00 committed by GitHub
parent 693d53a9cb
commit 5d9bbb7513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,9 @@ jobs:
- name: 'Set up Cloud SDK' - name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2' uses: 'google-github-actions/setup-gcloud@v2'
- name: Verify build artifact
run: ls -lh ${{ steps.binary.outputs.path }}
- name: 'Deploy binary to GCE' - name: 'Deploy binary to GCE'
run: | run: |
# Ensure ~/.local/bin exists # Ensure ~/.local/bin exists