diff --git a/.github/workflows/upload-to-s3.yaml b/.github/workflows/upload-to-s3.yaml index a46043358..7dc3d0b5f 100644 --- a/.github/workflows/upload-to-s3.yaml +++ b/.github/workflows/upload-to-s3.yaml @@ -38,9 +38,12 @@ jobs: - name: Create a test file run: | + cd ~/ + mkdir axelard touch test.txt + mv test.txt axelard - name: Upload to S3 run: | - cd ~/ - aws s3api put-object --endpoint-url ${{ secrets.S3_BIN }} --bucket axelar-static --key "axelard/test.txt" --body "axelard/test.txt" \ No newline at end of file + cd ~/ + aws s3api put-object --endpoint-url ${{ secrets.S3_BIN }} --bucket axelar-static --key "axelard/test.txt" --body "axelard/test.txt" \ No newline at end of file