Skip to content

Commit

Permalink
Updated cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sparker256 committed Feb 26, 2024
1 parent 78bded0 commit e77209d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ctest -C ${{env.BUILD_TYPE}}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries
path: ${{github.workspace}}/build/*.xpl
Expand All @@ -60,8 +60,13 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/upload-artifact/merge@v4
with:
name: binaries
pattern: binaries-*

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: binaries
path: Xsaitekpanels/lin_x64
Expand All @@ -77,7 +82,7 @@ jobs:
run: mv Xsaitekpanels/lin_x64/mac.xpl Xsaitekpanels/mac_x64/Xsaitekpanels.xpl
- name: List Final Folder
run: ls -R -l
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Xsaitekpanels_v${{env.XSP_VERSION}}
path: |
Expand Down

0 comments on commit e77209d

Please sign in to comment.