Skip to content

Commit

Permalink
Update main_agrixcubesat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franfreezy authored Dec 3, 2024
1 parent 4f25c0b commit bd78509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_agrixcubesat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- name: Zip artifact for deployment
run: |
cd AgritechSat
zip release.zip ./* -r
zip -r ../release.zip .
- name: Upload artifact for deployment jobs
uses: actions/upload-artifact@v4
with:
name: python-app
path: |
AgritechSat/release.zip
release.zip
!venv/
deploy:
Expand All @@ -76,7 +76,7 @@ jobs:
name: python-app

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


- name: Login to Azure
Expand Down

0 comments on commit bd78509

Please sign in to comment.