Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
f44r committed Jun 1, 2024
1 parent 3c2a8b7 commit 3780400
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ jobs:
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Compress binaries
uses: svenstaro/upx-action@v2
with:
file: ${{github.workspace}}/build/cpp_story_painter.exe

- name: result
uses: actions/upload-artifact@v4
with:
name: exe
path: cpp_story_painter.exe
path: ${{github.workspace}}/build/cpp_story_painter.exe

0 comments on commit 3780400

Please sign in to comment.