Skip to content

Commit 6b0105a

Browse files
Add missing $ on release script for captions
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent aef205d commit 6b0105a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scancode-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Build linux app archive
114114
run: etc/release/scancode-create-release-app-linux.sh ${{ matrix.pyver }}
115115

116-
- name: Collect built linux app for python {{ matrix.pyver }}
116+
- name: Collect built linux app for python ${{ matrix.pyver }}
117117
uses: actions/upload-artifact@v3
118118
with:
119119
name: linux_app_py_${{ matrix.pyver }}
@@ -147,7 +147,7 @@ jobs:
147147
- name: Build mac app archive
148148
run: etc/release/scancode-create-release-app-macos.sh ${{ matrix.pyver }}
149149

150-
- name: Collect built mac app for python {{ matrix.pyver }}
150+
- name: Collect built mac app for python ${{ matrix.pyver }}
151151
uses: actions/upload-artifact@v3
152152
with:
153153
name: macos_app_py_${{ matrix.pyver }}
@@ -181,7 +181,7 @@ jobs:
181181
- name: Build windows app archive
182182
run: etc/release/scancode-create-release-app-windows.sh ${{ matrix.pyver }}
183183

184-
- name: Collect built windows app for python {{ matrix.pyver }}
184+
- name: Collect built windows app for python ${{ matrix.pyver }}
185185
uses: actions/upload-artifact@v3
186186
with:
187187
name: windows_app_py_${{ matrix.pyver }}

0 commit comments

Comments
 (0)