Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito committed Aug 3, 2023
1 parent e8f9fd2 commit 1334410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post_deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
- name: Build and Run S3Validator
run: |
echo $${{ github.workspace }}
ls -la
echo $${{ github.workspace }}/build/S3Validator
ls -la $${{ github.workspace }}/build/S3Validator/
dotnet build --configuration Release "$BUILD_PATH"
"$RUN_PATH/S3Validator" -v $AGENT_VERSION -c $CONFIG_PATH
shell: bash
Expand Down

0 comments on commit 1334410

Please sign in to comment.