diff --git a/.github/workflows/create_releases.yml b/.github/workflows/create_releases.yml index 89844bc..8baa8a5 100644 --- a/.github/workflows/create_releases.yml +++ b/.github/workflows/create_releases.yml @@ -22,3 +22,12 @@ jobs: cd build cmake .. cmake --build . --target package # Generate installer + 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 + - name: Upload Artifact + uses: actions/upload-artifact@v2 + with: + name: Project-0.1.0-win64 + path: build-artifact/