소스 검색

Update ccpp.yml

Kazuki Y 2 년 전
부모
커밋
5925dcd0e2
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      .github/workflows/ccpp.yml

+ 10 - 0
.github/workflows/ccpp.yml

@@ -133,6 +133,16 @@ jobs:
         name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
         path: build/bin
         
+    - uses: marvinpinto/action-automatic-releases@latest
+      if: contains(matrix.name, 'windows-latest')
+      with:
+        repo_token: "${{ secrets.GITHUB_TOKEN }}"
+        automatic_release_tag: "master"
+        prerelease: true
+        title: "AutoRelease"
+        files: |
+          build/bin/*
+
   create-release:
     needs: [build]
     runs-on: ubuntu-latest