setup-djgpp-toolchain/action.yml: Fixed typo.

This commit is contained in:
Ryan C. Gordon
2026-04-25 14:30:34 -04:00
parent 929e304b18
commit 880343d0e1

View File

@@ -47,7 +47,7 @@ runs:
with:
path: '${{ runner.temp }}/${{ steps.calc.outputs.archive }}'
key: ${{ steps.calc.outputs.cache-key }}
- name: 'Extract DJGP archive'
- name: 'Extract DJGPP archive'
shell: pwsh
run: |
$archive = "${{ steps.calc.outputs.archive }}";