Skip to content

Commit

Permalink
Only upload StreamDeckSDK.cmake from a single job
Browse files Browse the repository at this point in the history
Unblocks upgrade to actions/upload-artifact@v4

refs #25
  • Loading branch information
fredemmott committed Dec 30, 2023
1 parent 0c33c7b commit 6960314
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,15 @@ jobs:
runs-on: macos-latest
- os: linux
runs-on: ubuntu-20.04
upload-cmake-file:
needs: build
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Configure
run: cmake .
- name: Upload StreamDeckSDK.cmake
uses: actions/upload-artifact@v4
with:
name: StreamDeckSDK.cmake
path: StreamDeckSDK.cmake

0 comments on commit 6960314

Please sign in to comment.