Skip to content

Commit 90f36b0

Browse files
committed
Use Python 3.8 in app name
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 6c232d4 commit 90f36b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
--dest=thirdparty \
171171
--sdists
172172
venv/bin/python setup.py --quiet sdist --formats=$formats
173-
venv/bin/python etc/release/scancode_rename_archives.py dist/ _py3-$operating_system
173+
venv/bin/python etc/release/scancode_rename_archives.py dist/ _py$python_version-$operating_system
174174
175175
- name: Collect built linux app
176176
uses: actions/upload-artifact@v3
@@ -230,7 +230,7 @@ jobs:
230230
--dest=thirdparty \
231231
--sdists
232232
venv/bin/python setup.py --quiet sdist --formats=$formats
233-
venv/bin/python etc/release/scancode_rename_archives.py dist/ _py3-$operating_system
233+
venv/bin/python etc/release/scancode_rename_archives.py dist/ _py$python_version-$operating_system
234234
235235
- name: Collect built mac app
236236
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)