Skip to content

Commit

Permalink
Qualify artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Feb 12, 2025
1 parent f1c9610 commit 0231103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ matrix.alias }}
name: 'build-artifacts-${{ matrix.alias }}'
path: |
SRC_engines/build-${{ matrix.alias }}/*.zip
SRC_engines/build-${{ matrix.alias }}/*.tar.gz

0 comments on commit 0231103

Please sign in to comment.