Skip to content

Commit

Permalink
Update master_todomatic-todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkyvajrala committed Dec 4, 2023
1 parent b67303e commit 2b6d116
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/master_todomatic-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
- name: Unzip artifact for deployment
run: unzip release.zip

- name: list dirs
run: ls -ltr
- name: list dirs and remove zip file
run: |
ls -latr
rm release.zip
- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit 2b6d116

Please sign in to comment.