Explorar o código

change: rename steps

Signed-off-by: DerSkythe <skif@skif.ws>
DerSkythe %!s(int64=2) %!d(string=hai) anos
pai
achega
355a608c77
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build-with-firmwware.yml

+ 1 - 1
.github/workflows/build-with-firmwware.yml

@@ -57,7 +57,7 @@ jobs:
           $ReleaseVersion = ([string]::IsNullOrWhitespace($env:INPUT_VERSION) ? $env:CURRENT_VERSION : $env:INPUT_VERSION)
           Write-Output ('RELEASE_VERSION={0}' -f $ReleaseVersion) >> $env:GITHUB_ENV
 
-      - name: Copy Repo Files
+      - name: Copy Firmware Files
         uses: actions/checkout@v3
         with:
           repository: "${{ matrix.url }}"