Add latest successful build publish step
This commit is contained in:
parent
1a7407944e
commit
ca97dbaf89
1 changed files with 9 additions and 0 deletions
9
.github/workflows/continuous_integration.yml
vendored
9
.github/workflows/continuous_integration.yml
vendored
|
|
@ -126,3 +126,12 @@ jobs:
|
|||
run: |
|
||||
git status
|
||||
ls -lR build
|
||||
|
||||
- name: Update Latest successful build
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && runner.os == 'Windows'
|
||||
uses: eine/tip@master
|
||||
with:
|
||||
tag: nightly
|
||||
rm: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: build/package/*.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue