瀏覽代碼

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

Ryan C. Gordon 2 月之前
父節點
當前提交
880343d0e1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:
         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 }}";