Add build artifact verification step
Add verification step for build artifact before deployment.
This commit is contained in:
parent
693d53a9cb
commit
5d9bbb7513
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-gce.yml
vendored
3
.github/workflows/deploy-gce.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v2'
|
||||
|
||||
- name: Verify build artifact
|
||||
run: ls -lh ${{ steps.binary.outputs.path }}
|
||||
|
||||
- name: 'Deploy binary to GCE'
|
||||
run: |
|
||||
# Ensure ~/.local/bin exists
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue