From a2a8896afc4ad15562334866c718ec3ad05c59ab Mon Sep 17 00:00:00 2001 From: Ben Hall Date: Sat, 23 Dec 2023 22:52:10 -0500 Subject: [PATCH] packaging --- .github/workflows/create_releases.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create_releases.yml b/.github/workflows/create_releases.yml index 8baa8a5..85c5f0f 100644 --- a/.github/workflows/create_releases.yml +++ b/.github/workflows/create_releases.yml @@ -25,7 +25,9 @@ jobs: cp Project-0.1.0-win64.exe ../Project-0.1.0-win64.exe # Replace with your actual installer name cd .. mv Project-0.1.0-win64.exe build-artifact/ - # Upload the artifact + pwd + pwd + - name: Upload Artifact uses: actions/upload-artifact@v2 with: