Skip to content

Commit

Permalink
name package artifacts to 'packages'
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo committed Sep 30, 2023
1 parent aa0868a commit 443b4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-${{ matrix.c_compiler }}
name: packages
path: |
${{ steps.strings.outputs.build-output-dir }}/*.tar.gz
${{ steps.strings.outputs.build-output-dir }}/*.zip

0 comments on commit 443b4d4

Please sign in to comment.