Skip to content

Commit 3f05cc9

Browse files
authored
Snake case
1 parent 3ecb609 commit 3f05cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Build package
2424
run: python -m build --sdist --outdir dist/ .
2525
- 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
26+
run: mv dist/mozilla_django_oidc_*.tar.gz ./mozilla-django-oidc-dev.tar.gz

0 commit comments

Comments
 (0)