Skip to content

Commit 25f157e

Browse files
authored
I'm stupid
1 parent ed548bc commit 25f157e

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,7 @@ jobs:
3535
- name: Build for Windows
3636

3737
run: yarn build-win
38-
39-
- name: Check Artifacts
40-
41-
run: mkdir -p ./dist/
42-
43-
- name: Check Artifacts pt2
44-
45-
run: echo hello > ./dist/CPClient-V2.exe
46-
38+
4739
- name: Upload Artifacts
4840

4941
uses: actions/upload-artifact@v3
@@ -52,4 +44,5 @@ jobs:
5244

5345
name: artifacts
5446

55-
path: ./dist/CPClient-V2.exe
47+
path: ./dist/CPClient Setup 2.0.0.exe
48+

0 commit comments

Comments
 (0)