update upload asset
This commit is contained in:
parent
fec06218e4
commit
a1e0d59f03
2 changed files with 3 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -24,4 +24,5 @@ jobs:
|
|||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: Upload iso to the release
|
||||
run: python tools/upload_assest.py
|
||||
run: python tools/upload_asset.py
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ def _compute_sha256(file_name):
|
|||
|
||||
|
||||
_path = list(Path().cwd().glob("out/*.iso"))[0]
|
||||
path = _path.posix_path()
|
||||
path = _path.as_posix()
|
||||
|
||||
file_name = _path.name
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue