Update c-cpp.yml
This commit is contained in:
parent
ead49a657e
commit
0956a08bec
|
@ -21,16 +21,14 @@ jobs:
|
||||||
- name: Release file
|
- name: Release file
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
||||||
uses: djnicholson/release-action@v2.10
|
uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||||
with:
|
with:
|
||||||
# GitHub auth token
|
# GitHub auth token
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Name of Release to add file to
|
# Name of Release to add file to
|
||||||
release-name: nightly build
|
title: macOS Nightly build
|
||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
tag-name: next
|
automatic_release_tag: next
|
||||||
# Name for the asset
|
|
||||||
asset-name: nasal
|
|
||||||
# File to release
|
# File to release
|
||||||
file: nasal
|
files: nasal
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue