We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191a686 commit f36fc7fCopy full SHA for f36fc7f
.github/workflows/blank.yml
@@ -20,8 +20,8 @@ jobs:
20
21
- name: Display Python version
22
run:
23
- mkdir -p artifacts
24
- python -c "import sys; print(sys.version)" > artifacts/artifact-py-version-${{ matrix.python-version }}.txt
+ mkdir -p artifacts;
+ python -c "import sys; print(sys.version)" > artifacts/artifact-py-version-${{ matrix.python-version }}.txt;
25
26
- name: Upload Artifact
27
uses: actions/upload-artifact@v3
0 commit comments