Skip to content

Commit

Permalink
Can we find the file?
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso committed Feb 22, 2024
1 parent b9e7bbe commit ba33315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/staging-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
ls
pwd
python testrail.py
ls *.txt
# Use Github Actions marketplace
- name: Sign in to Google Cloud
Expand All @@ -61,6 +62,6 @@ jobs:
- name: Upload file to GCP bucket
uses: google-github-actions/upload-cloud-storage@v2
with:
path: hello-*.txt
destination: backups-testrail-test-suites
path: ./hello-*.txt
destination: backups-testrail-test-suites/

0 comments on commit ba33315

Please sign in to comment.