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 1, 2023
1 parent 15b7fa8 commit 038c253
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/master_todomatic-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
npm run build --if-present
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./* -r

# - name: Unzip artifact for deployment
# run: unzip release.zip

Expand All @@ -42,4 +39,4 @@ jobs:
app-name: 'todomatic-todo'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9CD41EFC39D041A7BCE5B20C6305299C }}
package: release.zip
package: .

0 comments on commit 038c253

Please sign in to comment.