Skip to content

Commit

Permalink
Update ccpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu0617 committed Dec 17, 2022
1 parent 9b64449 commit 5925dcd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5925dcd

Please sign in to comment.