Skip to content

Commit d766765

Browse files
committed
update workflow to include .trx file as well
1 parent 4c32d97 commit d766765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: images
38-
path: "*.itb"
38+
path: "*.[it][tr][bx]"
3939

4040
release:
4141
if: inputs.no_release == '0'
@@ -55,4 +55,4 @@ jobs:
5555

5656
# https://cli.github.com/manual/gh_release_upload
5757
- name: Upload assets
58-
run: gh release upload ${{ inputs.tag || github.ref_name }} images/*.*i* --clobber
58+
run: gh release upload ${{ inputs.tag || github.ref_name }} images/* --clobber

0 commit comments

Comments
 (0)