Skip to content

Commit

Permalink
oopsies, wrong one
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Nov 16, 2023
1 parent 69057f2 commit 199b349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: ${{ env.KATSU_BUILD_TASK_NAME }}
run: |
pushd katsu
katsu --output=disk-image modules/${{ matrix.variant }}.yaml
KATSU_LOG=trace katsu -v --output=disk-image modules/${{ matrix.variant }}.yaml
xz -z9 katsu-work/image/katsu.img -c > katsu-work/image/ultramarine-39-${{ env.arch }}.img.xz
popd
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- name: ${{ env.KATSU_BUILD_TASK_NAME }}
run: |
pushd katsu
KATSU_LOG=trace katsu -v --output=iso modules/${{ matrix.variant }}.yaml
katsu --output=iso modules/${{ matrix.variant }}.yaml
popd
- name: Upload Artifact
Expand Down

0 comments on commit 199b349

Please sign in to comment.