diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index eed8aee..e7f7cc8 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -51,10 +51,8 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-west-2 - - run: | - ls -lahR - - run: aws s3 cp ./agent s3://step-security-agent/refs/heads/int/agent --acl public-read + - run: aws s3 cp ./dist/agent_linux_amd64_v1/agent s3://step-security-agent/refs/heads/int/agent --acl public-read - name: Integration test uses: docker://ghcr.io/step-security/integration-test/int:latest env: