Skip to content

Commit

Permalink
fix: env.arch -> matrix.arch
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 23, 2023
1 parent fda9e11 commit 1e6a881
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 @@ -101,7 +101,7 @@ jobs:
run: |
pushd katsu
KATSU_LOG=trace KATSU_DRACUT_EXTRA_ARGS="--debug" katsu -v --output=disk-image modules/${{ matrix.variant }}-${{ matrix.arch }}.yaml
xz -z9 katsu-work/image/katsu.img -c > katsu-work/image/ultramarine-39-${{ env.arch }}.img.xz
xz -z9 katsu-work/image/katsu.img -c > katsu-work/image/ultramarine-39-${{ matrix.arch }}.img.xz
popd
- name: Upload Artifact
Expand Down

0 comments on commit 1e6a881

Please sign in to comment.