Skip to content

Commit

Permalink
ci: Test the cpack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 29, 2024
1 parent 36dff5e commit 2214cf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cpack-multi-platform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CPack Multi-Platform

on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -90,10 +92,9 @@ jobs:
run: cpack

- name: Upload Release Artifacts
if: matrix.build_type == 'Release'
uses: actions/upload-artifact@v4
with:
name: "${{ matrix.os }}-${{ matrix.c_compiler }}-release"
path: "${{ steps.strings.outputs.build-output-dir }}/Packages"
overwrite: true
if-no-files-found: 'warn'
if-no-files-found: 'error'

0 comments on commit 2214cf5

Please sign in to comment.