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 ed548bc commit 25f157eCopy full SHA for 25f157e
1 file changed
.github/workflows/build-windows.yml
@@ -35,15 +35,7 @@ jobs:
35
- name: Build for Windows
36
37
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
+
47
- name: Upload Artifacts
48
49
uses: actions/upload-artifact@v3
@@ -52,4 +44,5 @@ jobs:
52
53
name: artifacts
54
55
- path: ./dist/CPClient-V2.exe
+ path: ./dist/CPClient Setup 2.0.0.exe
0 commit comments