Skip to content

Commit 8391370

Browse files
committed
update
1 parent d5e3506 commit 8391370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/amd_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ payload = sys.stdin.read()
4747
compressed = zlib.compress(payload.encode('utf-8'))
4848
encoded = base64.b64encode(compressed).decode('ascii')
4949
print(encoded)
50-
" > payload.json
50+
" > payload.json
5151
5252
- name: Set venv directory based on runner
5353
run: |

0 commit comments

Comments
 (0)