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 27, 2023
1 parent 5f9ba1b commit b81bc8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainMigrationWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
uses: k0staa/download-gdrive-file-action@v1
with:
service-account-auth-json: ${{ secrets.SERVICE_ACCOUNT_AUTH_JSON }}
download-file-name: wso2is-5.10.0+1602172104713.full.zip
download-file-name: wso2is-5-10
download-to: ${{ github.workspace }}/.github/migration-tester/migration-automation
- name: List downloaded files
run: |
ls -a
unzip -qq wso2is-5.10.0+1602172104713.full.zip
unzip -qq wso2is-5-10
- name: Execute Migration Automation Script Ubuntu
run: |
chmod +x ${{ github.workspace }}/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh
Expand Down

0 comments on commit b81bc8b

Please sign in to comment.