Skip to content

Commit 052acc2

Browse files
committed
rlly
1 parent c2f2624 commit 052acc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
python -m pip install --upgrade pip
4241
pip install -r requirements.txt
4342
4443
- name: Set up Node.js
@@ -64,7 +63,7 @@ jobs:
6463
6564
- name: Copy to dist folder
6665
run: |
67-
mkdir dist
66+
mkdir -p dist
6867
cp build/exe.win-amd64-*\* dist/
6968
7069
- name: Upload Windows ZIP artifact

0 commit comments

Comments
 (0)