Skip to content

Commit 4d56e2a

Browse files
committed
Tweak publish workflow to capture travertino artefacts.
1 parent e38f09f commit 4d56e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: dsaltares/[email protected]
3737
with:
3838
version: tags/${{ github.event.release.tag_name }}
39-
file: ${{ github.event.repository.name }}.*
39+
file: ${{ matrix.package }}-.*
4040
regex: true
4141
target: packages/
4242

0 commit comments

Comments
 (0)