Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavko Rihtaric committed May 23, 2024
1 parent 926287d commit a8f5e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ jobs:
${{ env.ECR_REGISTRY }}/${{ env.IMAGE }}:${{ env.IMAGE_TAG }}
docker cp temp_container:${{ inputs.cdn_artifacts_docker_path }} ${{ runner.temp }}/${{ matrix.platform }}
cd ${{ runner.temp }}/${{ matrix.platform }}
ls ${{ runner.temp }}
pwd
ls
- name: Upload CDN artifacts to S3
uses: jakejarvis/s3-sync-action@master
Expand Down

0 comments on commit a8f5e08

Please sign in to comment.