Skip to content

Commit

Permalink
fix: think i finally figured it
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Apr 17, 2024
1 parent 1bab519 commit 8b5c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: ${{ env.KATSU_BUILD_TASK_NAME }}
run: |
pushd katsu
KATSU_LOG=trace KATSU_DRACUT_EXTRA_ARGS="--debug" katsu -v --output=disk-image modules/${{ matrix.variant }}/base-disk-${{ matrix.arch }}.yaml
KATSU_LOG=trace KATSU_DRACUT_EXTRA_ARGS="--debug" katsu -v --output=disk-image modules/${{ matrix.variant }}-${{ matrix.arch }}.yaml
popd
- name: Upload Artifact
Expand Down

0 comments on commit 8b5c41d

Please sign in to comment.