Update ccpp.yml
parent
05b9940ce3
commit
b0515a0dd0
|
@ -130,3 +130,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
|
name: 'assimp-bins-${{ matrix.name }}-${{ github.sha }}'
|
||||||
path: build/bin
|
path: build/bin
|
||||||
|
|
||||||
|
- uses: marvinpinto/action-automatic-releases@latest
|
||||||
|
with:
|
||||||
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
automatic_release_tag: "latest"
|
||||||
|
prerelease: true
|
||||||
|
title: "AutoRelease"
|
||||||
|
files: |
|
||||||
|
build/bin/*
|
||||||
|
|
Loading…
Reference in New Issue