mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-23 05:52:45 +01:00
34 lines
795 B
YAML
34 lines
795 B
YAML
|
# ------------------------------------------------------------------------------
|
||
|
# <auto-generated>
|
||
|
#
|
||
|
# This code was generated.
|
||
|
#
|
||
|
# - To turn off auto-generation set:
|
||
|
#
|
||
|
# [GitHubActions (AutoGenerate = false)]
|
||
|
#
|
||
|
# - To trigger manual generation invoke:
|
||
|
#
|
||
|
# nuke --generate-configuration GitHubActions_ci_publish --host GitHubActions
|
||
|
#
|
||
|
# </auto-generated>
|
||
|
# ------------------------------------------------------------------------------
|
||
|
|
||
|
name: ci_publish
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- 'releases/*'
|
||
|
|
||
|
jobs:
|
||
|
ubuntu-latest:
|
||
|
name: ubuntu-latest
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v1
|
||
|
- name: Run './build.cmd CiPublish'
|
||
|
run: ./build.cmd CiPublish
|
||
|
env:
|
||
|
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
|