Skip to content

Commit

Permalink
Update deploy-smoke-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill authored Nov 27, 2024
1 parent e3450b6 commit a7134c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
sudo -s sh -c 'cp src/* ./package/python/.'
- name: Create smoke test code package ZIP
working-directory: ./tests/smoke
working-directory: ./tests/smoke/package
run: |
sudo -s sh -c 'zip -r smoke-test-package.zip ./package/*'
sudo -s sh -c 'zip -rj smoke-test-package.zip .'
- name: Upload smoke test package artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a7134c9

Please sign in to comment.