diff --git a/.github/workflows/staging-push.yml b/.github/workflows/staging-push.yml index e26e05e7..b5e95809 100644 --- a/.github/workflows/staging-push.yml +++ b/.github/workflows/staging-push.yml @@ -43,6 +43,7 @@ jobs: ls pwd python testrail.py + ls *.txt # Use Github Actions marketplace - name: Sign in to Google Cloud @@ -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/ \ No newline at end of file