From 351fa106cd044365296c5e622151659121ef77b5 Mon Sep 17 00:00:00 2001 From: HelloWorldCoder <119717553+HelloWorldCoder-China@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:31:17 +0800 Subject: [PATCH] Update BuildWindows.yml --- .github/workflows/BuildWindows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/BuildWindows.yml b/.github/workflows/BuildWindows.yml index 49a912f..be64aac 100644 --- a/.github/workflows/BuildWindows.yml +++ b/.github/workflows/BuildWindows.yml @@ -28,6 +28,9 @@ jobs: - name: Build run: | pyinstaller BuildMe.py + - name: Copy License + run: | + copy LICENSE dist/BuildMe/LICENSE - name: Upload Artifact uses: actions/upload-artifact@v3 with: