Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed May 25, 2024
1 parent e6cb440 commit 8f4b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: cpack
run: |
cpack
echo "artifactPath=$(ls *.tar.gz)" >> $GITHUB_ENV
echo "artifactPath=$(ls *.tar.gz | grep -v live555)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8f4b0c9

Please sign in to comment.