Daniel Chalmers 2 年 前
コミット
3e48c58a5e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/build.yml

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

@@ -5,7 +5,7 @@ on:
   pull_request:
 
 jobs:
-  deploy:
+  build:
     runs-on: windows-latest
     steps:
       - uses: actions/checkout@v3