Skip to content

Commit

Permalink
Update cmake-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diylxy authored Sep 26, 2024
1 parent 85b736a commit d04ae7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ jobs:
- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Portal
path: build/Portal

0 comments on commit d04ae7c

Please sign in to comment.