Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 24, 2023
1 parent 0630396 commit 79a088f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 79a088f

Please sign in to comment.