We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecb609 commit 3f05cc9Copy full SHA for 3f05cc9
.github/workflows/e2e.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Build package
24
run: python -m build --sdist --outdir dist/ .
25
- name: Maybe store as artifact and then run matrix?
26
- run: cd dist && ls -a # mv mozilla-django-oidc-*.tar.gz mozilla-django-oidc-dev.tar.gz
+ run: mv dist/mozilla_django_oidc_*.tar.gz ./mozilla-django-oidc-dev.tar.gz
0 commit comments