Skip to content

Commit e9450c9

Browse files
committed
Fix env ref
1 parent 7fba134 commit e9450c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
with:
6161
files: |
62-
builds/${{ TBN_FILENAME }}*
62+
builds/${{ env.TBN_FILENAME }}*
6363
LICENSE
6464
README.md

0 commit comments

Comments
 (0)