Explorar el Código

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

Ryan C. Gordon hace 2 semanas
padre
commit
880343d0e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/setup-djgpp-toolchain/action.yml

+ 1 - 1
.github/actions/setup-djgpp-toolchain/action.yml

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