Skip to content

Commit

Permalink
Update MainMigrationWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 authored Jun 24, 2023
1 parent 08c9136 commit 660c8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MainMigrationWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Persist Logs
run: |
mkdir -p ${{ github.workspace }}/.github/migration-tester/migration-automation/artifacts
cp ${{ github.workspace }}/.github/migration-tester/migration-automation/logs.txt migration-automation/artifacts/
cp ${{ github.workspace }}/.github/migration-tester/migration-automation/logs.txt ${{ github.workspace }}/.github/migration-tester/migration-automation/artifacts/logs.txt
if: ${{ always() }}

- name: Upload Artifacts
Expand Down

0 comments on commit 660c8ad

Please sign in to comment.