Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed May 25, 2024
1 parent 555a795 commit ec0c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diskimg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
# Resolve path to manifest
manifest_path="katsu/${{ github.event.inputs.manifest_path }}-${{ matrix.arch }}.yaml"
export KATSU_LOG=trace
katsu -v --output=disk-image $manifest_path
- name: Label and compress image
run: |
katsu -v --output=disk-image $manifest_path
mv katsu-work/image/katsu.img katsu-work/image/${{ env.artifact }}.img
# Compress image as zst, output as .img.zst
Expand Down

0 comments on commit ec0c297

Please sign in to comment.