Browse Source

action: fix name

Steve Johnson 2 years ago
parent
commit
d0e0a04981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build-debug.yaml

+ 1 - 1
.github/workflows/build-debug.yaml

@@ -5,7 +5,7 @@ on:
   workflow_dispatch:
 
 jobs:
-  BuildUnsigned:
+  BuildDebug:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Repository