Skip to content

Commit f36fc7f

Browse files
authoredJul 10, 2023
Update blank.yml
debug2
1 parent 191a686 commit f36fc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Display Python version
2222
run:
23-
mkdir -p artifacts
24-
python -c "import sys; print(sys.version)" > artifacts/artifact-py-version-${{ matrix.python-version }}.txt
23+
mkdir -p artifacts;
24+
python -c "import sys; print(sys.version)" > artifacts/artifact-py-version-${{ matrix.python-version }}.txt;
2525

2626
- name: Upload Artifact
2727
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)