Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Create tar before uploading artifact
  • Loading branch information
pedrolcl authored Mar 7, 2024
1 parent 235fc4d commit 0b13ab2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:

- name: Install
run: cmake --install ${{github.workspace}}/build


- name: Create Archive
run: tar cvf SonivoxV3.tar ${{env.INSTALL_LOCATION}}

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: SonivoxV3
path: ${{env.INSTALL_LOCATION}}
path: SonivoxV3.tar
retention-days: 90
overwrite: true

0 comments on commit 0b13ab2

Please sign in to comment.