Skip to content

Commit

Permalink
Merge pull request #31 from rodekruis/elwinschmitz-patch-1
Browse files Browse the repository at this point in the history
ci: Fix paths
  • Loading branch information
elwinschmitz authored Dec 19, 2024
2 parents a9c6d71 + 7b522e3 commit 389cbb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main_relief-system-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ jobs:
run: zip release.zip ./* -r

- name: Upload artifact for deployment jobs
working-directory: './POC'
uses: actions/upload-artifact@v4
with:
name: python-app
path: |
release.zip
!venv/
POC/release.zip
!POC/venv/
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 389cbb4

Please sign in to comment.