Skip to content

Commit

Permalink
I'm stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
SL4F authored May 20, 2023
1 parent ed548bc commit 25f157e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,7 @@ jobs:
- name: Build for Windows

run: yarn build-win

- name: Check Artifacts

run: mkdir -p ./dist/

- name: Check Artifacts pt2

run: echo hello > ./dist/CPClient-V2.exe


- name: Upload Artifacts

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

name: artifacts

path: ./dist/CPClient-V2.exe
path: ./dist/CPClient Setup 2.0.0.exe

0 comments on commit 25f157e

Please sign in to comment.