Skip to content

Commit

Permalink
Remove unzip step for artifact deployment in main_subtracker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahzem committed Dec 16, 2024
1 parent 297a7ed commit 30318eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main_subtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: node-app

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

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit 30318eb

Please sign in to comment.