Skip to content

Commit

Permalink
fix: try again with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Apr 17, 2024
1 parent dd432fe commit 1bab519
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ 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 }}/${{ matrix.variant }}-${{ matrix.arch }}.yaml
KATSU_LOG=trace KATSU_DRACUT_EXTRA_ARGS="--debug" katsu -v --output=disk-image modules/${{ matrix.variant }}/base-disk-${{ matrix.arch }}.yaml
popd
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1bab519

Please sign in to comment.